July 2010
8 posts
2 tags
Lisp for Windows →
http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/
http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-001-structure-and-interpretation-of-computer-programs-spring-2005/
http://sicp.ai.mit.edu/Spring-2005/manuals/dontpanicnew.html
5 tags
iOS Icons made in pure CSS →
11 iOS icons made in only CSS, no images whatsoever …
The following demo was made using a variety of CSS techniques. Rounded corners, shadows, gradients, rgba, pseudo-elements, and transforms are just some of them. A lot of these were generated by helpful tools, such as westciv’s tools and Border Radius. By combining these techniques, you can create rich graphics with just a few lines of...
1 tag
Course Catalog: Masters Degree in Internet...
kylewritescode:
innonate:
So epic. Godspeed.
jschwa:
Every year I set out searching for a graduate degree suited to my career in the Internet industry. I am looking for a combination of computer science classes in web development, design courses that focus on UI, and business courses that teach Internet entrepreneurship.
Disappointed by what universities are offering, I created my own...
3 tags
Where Did SetWindowSubclass Come From?
Off and on for the past 4 years, I’ve been writing my own version of a Windows, C++ windowing library. Why write my own? Mainly, I just wanted to better understand the low level Windows API and thought I’d learn it by creating my own windowing library. I also wanted to better understand C++ templates which I use extensively to avoid most virtual calls associated with passing events...
3 tags
SSH and HG at BitBucket →
codza
3 tags
Testing with Spring 3
@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration("classpath:/com/domain/app/conf/spring.sb.xml")
public class TestQuickStartController
{
@Autowired
private QuickStartController controller;
@Before
public void setup()
{
// Dependency2 d1 = new Dependency1();
// Dependency3 d2 = new Dependency2(d1);
// Dependency3 d3 = new Dependency3(d2);
...
Ball Pool →
Nice javascript implementation.
1 tag