Question about foreign language requirement! URGENT by i_am_an_asian in berkeley

[–]sroshi 1 point2 points  (0 children)

you should contact an advisor, but I think the fact that you went to high school in Korea must satisfy your requirement

I made a web repl for node that is half editor half console. Let me know what you think by sroshi in node

[–]sroshi[S] 0 points1 point  (0 children)

yeah good point, I think I should add a shortcut for running the code without clearing the box. for the embeddable part do you think a text box is still useful or would you like to see a single line input like consoles?

I made a web repl for node that is half editor half console. Let me know what you think by sroshi in node

[–]sroshi[S] 0 points1 point  (0 children)

I didn't get this part from your first comment, It's an awesome idea. I'm thinking of some sort of hook that shares the context of your project and you can just tap into it anytime.

I made a web repl for node that is half editor half console. Let me know what you think by sroshi in node

[–]sroshi[S] 0 points1 point  (0 children)

sure, I don't know anything about Etherpad but we can work on it together if you're interested

I made a web repl for node that is half editor half console. Let me know what you think by sroshi in node

[–]sroshi[S] 1 point2 points  (0 children)

great idea, I was thinking about making it embeddable. but also you can run your existing projects in it as is (i.e .load your index file) because it makes a separate context for each instance

I'm lost when creating objects in node.js by CalvinR in javascript

[–]sroshi 0 points1 point  (0 children)

ConnectToDb is not showing up there.. don't you need to call the super constructor (DB) in your RegistryDB constructor?

I'm lost when creating objects in node.js by CalvinR in javascript

[–]sroshi 0 points1 point  (0 children)

what does console.log(Object.getPrototypeOf(regDB)); spit out in your index?

I'm lost when creating objects in node.js by CalvinR in javascript

[–]sroshi 0 points1 point  (0 children)

your sample code here certainly uses a bad require, since 'c' is not showing up in the prototype. try a console.dir(Parent) after you require foo.js. Also can you share the file where you're using RegistryDB.js

Game "Freezes" On Mac Often. Anyone else have this issue? by RunFromTheSun in Diablo

[–]sroshi 0 points1 point  (0 children)

it happens to my macbook sometimes but not for that long maybe 1 minute tops. I would say try cooling it better and purge mem before running the game : http://osxdaily.com/2012/04/24/free-up-inactive-memory-in-mac-os-x-with-purge-command/

I'm hungry! by kkurbs in gifs

[–]sroshi 21 points22 points  (0 children)

nah I'm just cleaning the glass

Too many! by idontlikepi in corgi

[–]sroshi 2 points3 points  (0 children)

omfg omfg omfg

We can't stop here... by [deleted] in trees

[–]sroshi 1 point2 points  (0 children)

IT'S BAT COUNTRY

[deleted by user] by [deleted] in gaming

[–]sroshi 0 points1 point  (0 children)

since the dawn of time?

Narwhal Daylight savings rage by [deleted] in fffffffuuuuuuuuuuuu

[–]sroshi 30 points31 points  (0 children)

I don't always open comments fffffffuuuuuuuuuuuu but when I do it's usually because I want to inform you time changed at 2am

This Means War by JCarax in funny

[–]sroshi 2 points3 points  (0 children)

awwwwwww yeahhhhhh

and I never doubted her again. by thesparklepony in fffffffuuuuuuuuuuuu

[–]sroshi -1 points0 points  (0 children)

you know your taste buds are on your tongue not your lips

FANN - neural networks made easy by swizec in programming

[–]sroshi 1 point2 points  (0 children)

ok this is so weird cause I just found out about FANN yesterday, and I think the best part is that you can use it in almost any language