Mini Searches with Answers

These are links associated with recent searches I’ve done. They’re not difficult enough to warrant to their own posts but still super useful.

Run a shortcut under windows – Stack Overflow
I've always wondered how to do this

Circuit Simulator Applet
This java applet is an electronic circuit simulator. When the applet starts up you will see an animated schematic of a simple LRC circuit. The green color indicates positive voltage. The gray color indicates ground. A red color indicates negative voltage. The moving yellow dots indicate current.

Cocoa Dev Central: Learn Objective-C
Looks like a really nice Objective-C overview, err at least the layout isn't intimidating..

The Python Property Builtin
Useful tips on using Python properties

Python – Using __getattribute__ method – Stack Overflow
How to override just one member variable in a Python class:

class D(object):
def __init__(self):
self.test = 20
self.test2 = 21

@property
def test(self):
return 0

Tags: , , , , , , , , , , , , , , , , , , , ,

Comments are closed.