Everything posted by Swizzbeat
-
My Setup
People still think cardio gets them in shape?
-
Looking For A Good Invoicing Program
Erm if I even sent them an invoice just using Excel I'd lose business for just being an idiot
-
Looking For A Good Invoicing Program
None of my clients use PayPal.
-
Increase Internet Signal Range
Buy a better router.
-
Looking For A Good Invoicing Program
I need to start doing weekly invoices for a few clients of mine and would rather not waste the time writing my own program. Anyone have any suggestions?
-
Launchy!
This actually looks pretty sweet.
-
I Didnt See This Coming
Visual Studio.
- Requesting A Private Script
-
Requesting A Private Script
Are you willing to donate to me if I make it?
-
Logic Dropped It Hard
Month old but how the fuck have I not heard this sooner?
-
APA Script Trials
Fyi you can request more auth's.
-
My temporary farewell.
Goodluck! Owning a gym is a lot more costly/work involved than you would expect, so just be prepared.
-
SNL
Only late night show host I've ever found entertaining was Jay Leno, the rest really just suck.
- Requesting help with prayer flicking
-
Jad Attack Style Animation IDs
Because people keep annoying me about it (copy/pasted from my OSBot 1 script so obviously modify to your liking): /** * Created with IntelliJ IDEA * User: Anthony * Date: 2/24/14 */ public enum JadAttackStyle { MAGE(2656, Prayer.PROTECT_FROM_MAGIC, Color.BLUE), MELEE(2655, Prayer.PROTECT_FROM_MELEE, Color.RED), RANGE(2652, Prayer.PROTECT_FROM_MISSILES, Color.GREEN); private int animationId; private Prayer prayer; private Color textColor; private JadAttackStyle(int animationId, Prayer prayer, Color textColor) { this.animationId = animationId; this.prayer = prayer; this.textColor = textColor; } public int getAnimationId() { return animationId; } public Prayer getPrayer() { return prayer; } public Color getTextColor() { return textColor; } }
-
Buying Bond for PayPal money
Why not buy it from jamflex?
-
Further example conditional sleep
It will sleep while the condition evaluates to false and the timeout hasn't expired.
-
Are you retarted?
OP is considering he can't even spell it.
-
How to make $10 or $15 without doing anything
This is fucken retarded, I hate when people do things like this.
-
Complete Failure.
Why not just POST JSON data instead of a ton of individual parameters? This will allow you to do more things in the future instead of being restricted to the 256 character limit on the URL. I've never sent a POST request in Java however http://stackoverflow.com/questions/4205980/java-sending-http-parameters-via-post-method-easily should get you started.
-
Complete Failure.
I thought I was retarded.....he could have at least tried to send a POST....
-
I can't believe people actually did this... - iOS 8
This was a thing like last month.
- For those who remember
-
Thinking of getting an iPad.
Err no? I can write an iOS app in Objective-C, rewrite it in Swift, and be unable to recharge people unless I released a completely new app. Hell, I can write a Windows phone app in C# then switch to C++ and then do the whole thing over again in Javascript without any extra compensation. The language you write a phone app in doesn't matter, I'm not sure why you assume it does.
-
Thinking of getting an iPad.
I literally have no idea what you just said.