I'm making a really pro math tutor program as part of school work. It is pretty boss.
Does anyone think GitHub is quite expensive for their plans?
I wish they would allow us to make 1 private repo, or at least a cheaper plan.
[QUOTE=high;28467860]What planning program(s) do you guys use? Or do you just think about it and start writing code? I have tried planning what I am going to do before coding in the past but it never translates to code. I always end up completely changing from what I had planned.[/QUOTE]
I change quite a bit when planing but I work best just coding.
[QUOTE=COBRAa;28469391]Does anyone think GitHub is quite expensive for their plans?
I wish they would allow us to make 1 private repo, or at least a cheaper plan.[/QUOTE]
What annoys me more is google code doesn't allow private repos yet they give you 7gb for email storage.
[QUOTE=COBRAa;28469391]Does anyone think GitHub is quite expensive for their plans?
I wish they would allow us to make 1 private repo, or at least a cheaper plan.[/QUOTE]
I'm not sure about the requirements for a git server but, if it's low enough you could get a vps.
[editline]6th March 2011[/editline]
If you and a budy are the only one working on it, or just have one user for everyone: [url]http://unfuddle.com/about/tour/plans[/url]
I also like [url]http://beanstalkapp.com/pricing[/url]
[QUOTE=COBRAa;28469391]Does anyone think GitHub is quite expensive for their plans?
I wish they would allow us to make 1 private repo, or at least a cheaper plan.[/QUOTE]
you could always pull out an old, unused desktop, install some linux distro, install git + set up git daemon, leave it running 24/7.
That's what I'm doing. Ye Olde Dell Dimension 2400 with a 40GB hard drive, running Arch Linux (no desktop environment, just terminal), along with a dyndns account it works amazingly.
[editline]6th March 2011[/editline]
and if you use a computer with low power requirements, it'll make a very small dent in the electricity bill, less than the price of a private repo plan on github.
[QUOTE=COBRAa;28469391]Does anyone think GitHub is quite expensive for their plans?
I wish they would allow us to make 1 private repo, or at least a cheaper plan.[/QUOTE]
[url]http://codaset.com[/url]
They give one free private/semi-private project, unlimited public projects. The size limit is 200 MB though.
Just use bitbucket with hg-git. You have a local git repo, which you work in, and a mercurial/bitbucket repo. hg gexport/hg gimport do what you might think. It's fairly simple.
[QUOTE=ZenX2;28452401]When I get in that kind of mood, I play some NES games or Minecraft, have a cup of tea, take a nap, and wake up full of inspiration.[/QUOTE]
I smashed my alarm clock with a boulder I found on my lawn, hopefully this "nap" thing will get me back in the mood for work :buddy:
[QUOTE=Chandler;28469885]Just use bitbucket with hg-git. You have a local git repo, which you work in, and a mercurial/bitbucket repo. hg gexport/hg gimport do what you might think. It's fairly simple.[/QUOTE]
Could you expand on that?
In regards to planning (prolly should make an entire thread for it!), I find creating UML diagrams incredibly useful, not for laying out my code and ensuring good structure or anything, but to ensure that I truly understand how everything is going to work. Thinking through (thoroughly) before coding is essential. Have a plan on paper (or whiteboard or whatever), but don't be afraid to change it A LOT while working on it.
Thanks for the suggestions, ill try this: [url]http://codaset.com/[/url]
Finally got the python shell working after figuring out that the reason I couldn't open my .py files was because I was opening the wrong one. :v:
Taking my first steps into the world of C++
[media]http://filesmelt.com/dl/Print321.png[/media]
:unsmith:
I'm doing a unit at university called "Desktop application development" and the lecturer uses hungarian notation on everything. Ugh.
Oh lol.
[url]http://msdn.microsoft.com/en-us/library/ms229045.aspx[/url]
[quote]Do not use Hungarian notation.
Hungarian notation is the practice of including a prefix in identifiers to encode some metadata about the parameter, such as the data type of the identifier.
[/quote]
[QUOTE=high;28469545]What annoys me more is google code doesn't allow private repos yet they give you 7gb for email storage.[/QUOTE]
7 gb of mail storage yet 1 gb of picasa web album storage...
[QUOTE=Darwin226;28471445]7 gb of mail storage yet 1 gb of picasa web album storage...[/QUOTE]
I'm sure it'd be a technical and logistical nightmare, but from the end-users' point of view it'd be nice to increase our storage limit and just have all of our data together, to deal with and allocate storage for as we see fit.
[QUOTE=COBRAa;28469391]Does anyone think GitHub is quite expensive for their plans?
I wish they would allow us to make 1 private repo, or at least a cheaper plan.[/QUOTE]
[url=http://repositoryhosting.com]RepositoryHosting.com[/url] is the cheapest I know, and it's worked pretty well for half a year now.
[QUOTE=Darwin226;28471445]7 gb of mail storage yet 1 gb of picasa web album storage...[/QUOTE]
It's much easier to scale when you're dealing with heaps of really small bits of data than a few larger bits.
[QUOTE=Jallen;28471394]I'm doing a unit at university called "Desktop application development" and the lecturer uses hungarian notation on everything. Ugh.[/QUOTE]
The idea behind Hungarian notation isn't a bad one if it's used right. The problem is that [url=http://www.joelonsoftware.com/articles/Wrong.html]everyone uses it wrong[/url].
[QUOTE=DevBug;28463692]It's called Love2D for a reason. I'm going to add mouse.isOver() and what not, then work my way through the issue list.[/QUOTE]
It's not called Love2D. It's called LÖVE.
That said, it [i]is[/i] a 2D framework.
[QUOTE=COBRAa;28469391]Does anyone think GitHub is quite expensive for their plans?
I wish they would allow us to make 1 private repo, or at least a cheaper plan.[/QUOTE]
Generally, if you ask them and if you have a good enough reason, they'll grant you a private repo.
Working GUI elements :eng101:
[img]http://i.imgur.com/b5Trk.png[/img]
[media]http://www.youtube.com/watch?v=4QOCY_M47U0[/media]
Watch in HD with annotations.
[QUOTE=Dlaor-guy;28473094]Working GUI elements :eng101:
[img_thumb]http://i.imgur.com/b5Trk.png[/img_thumb][/QUOTE]
You made the font?
[QUOTE=Jallen;28474007]You made the font?[/QUOTE]
Yep. I also made SFML.
Doing my MASM assignments. This looks so ugly
[code]
; ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
include \masm32\include\masm32rt.inc
; ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
.data
vector1 SWORD -32768, 32767, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22
vector2 SWORD -1, -1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22
vector3 SWORD lengthof vector1 DUP(?)
.code
start: xor eax, eax
xor ebx, ebx
mov ecx, lengthof vector1
mov edi, offset vector1
mov esi, offset vector2
mov edx, offset vector3
cycle: xor eax, eax
mov ax, [edi]
add ax, [esi]
jo ovrflw
wrt: mov [edx], ax
push ecx
cwde
print sstr$(eax),10,13
pop ecx
add edi, type vector1
add esi, type vector2
add edx, type vector3
loop cycle
jmp endl
ovrflw: js sign
mov ax, -32768
jmp wrt
sign: mov ax, 32767
jmp wrt
endl: inkey
exit
end start
[/code]
I'm not supposed to use push or pop (prof. hasn't mentioned them in class yet), but I found no other way to print while in a loop which depends on ecx.
[QUOTE=Jallen;28471394]I'm doing a unit at university called "Desktop application development" and the lecturer uses hungarian notation on everything. Ugh.
Oh lol.
[url]http://msdn.microsoft.com/en-us/library/ms229045.aspx[/url][/QUOTE]
I've been advised to use it. Valve uses it in their source code, why is it a bad idea?
[QUOTE=Dlaor-guy;28474034]Yep. I also made SFML.[/QUOTE]
And console.
[QUOTE=Kamern;28474409]I've been advised to use it. Valve uses it in their source code, why is it a bad idea?[/QUOTE]
A lot of people find it hard to read, and it's useless (unless you use it like it was originally intended) with modern IDEs that show you a variable's type just by having you hover your mouse over it.
Sorry, you need to Log In to post a reply to this thread.