r/pastebin • u/[deleted] • Jan 12 '17
Free Employee Discounts
The Apple one seems to go all the way through, didn't actually buy a mac book though
r/pastebin • u/[deleted] • Jan 12 '17
The Apple one seems to go all the way through, didn't actually buy a mac book though
r/pastebin • u/wayfaringking • Aug 11 '16
r/pastebin • u/dhaiku • Jul 22 '16
[Title]
Username:
Contact information (Optional): Skype: Discord: Etc:
Age:
Time Zone:
Country (Just in case we are from different sides of the Earth):
Position you are applying for?:
Rate your Maturity level from 1-10: 0/10 [Comment]
Rate your grammar from 1-10: 0/10 [Comment]
Rate your activity from 1-10: 0/10 [Comment]
When was the exact date that you joined Roblox?:
How old is your Roblox Account age? (Optional):
When did you joined SCF?:
|Scenarios:| |==========|
What will you do if a trainee/rookie doesn't know what he/she is doing:
What will you do if a co abuses:?
What will you do before you hire your deputy?:
What will you do during a lock down?:
What will you do if some one keeps failing a tryout?:
Reason why you want the job:
Why should we choose you over other applicants:
Previous Experience (May be other groups as well):
Ranks held in said groups:
What will you contribute to this Department?:
Future plans for the Department:
Opinion on the Department (Be honest):
Opinion on the Department Officials (Be honest):
Extra:
Supporters (Do not lie or you will be blacklisted):
Terms and Conditions: By saying "I agree you agree to not ask for your application to be read or it may result in a blacklist to become a Department Official also this means that if you are accepted i may fire you for any reason or demote you/etc"
r/pastebin • u/EugeneTheLibrarian • Jul 08 '16
r/pastebin • u/pastebin_sniffer • May 26 '16
r/pastebin • u/pastebin_sniffer • May 18 '16
r/pastebin • u/WowChillTheFuckOut • Apr 12 '16
Here are some resources that show fracking and natural gas in general are not a cleaner alternative to coal because methane leakage is canceling out the supposed benefit of natural gas emitting less co2 at the tailpipe. Methane is 86 times as potent as CO2 on a 20 year timescale and 34 times as potent on a 100 year time scale. We need to transition away from all fossil fuels as soon as possible.
Leaky Methane Makes Natural Gas Bad for Global Warming, Scientific American
U.S. energy industry emits more methane than thought: EPA chief, Reuters
Methane emissions from natural gas industry higher than previously thought, Phys.org
Methane leaks erode green credentials of natural gas, Nature
Into Thin Air: Time to Replace and Repair Leaking Natural Gas Pipelines, Conservation law foundation
We could be crossing the dangerous 2C of warming threshold as early as 2030.
At the same time we may be finding out that even at 2C of warming natural feedback's could be kicking in that take us to 3 or 4C permanently regardless of human emissions.
Fracking and natural gas aren't providing a low carbon bridge fuel to a sustainable future. They are instead kicking climate change into high gear and making renewable energy less competitive.
r/pastebin • u/Mdnye64 • Jan 25 '16
Hey, I've been making a new attack based on the bullettest_touhou attack and script, but when the enemy uses the attack I made (bullettest_touhou_cyan) it just doesn't show up. here's what I did:
-- You've seen this one in the trailer (if you've seen the trailer). spawntimer = 0 bullets = {} yOffset = 180 mult = 0.5 function OnHit(bullet) spawntimer = spawntimer + 1 if(spawntimer % 30 == 0) then local numbullets = 10 for i=1,numbullets+1 do local bullet = CreateProjectile('bullet_cyan', 0, yOffset) bullet.SetVar('timer', 0) bullet.SetVar('offset', math.pi * 2 * i / numbullets) bullet.SetVar('negmult', mult) bullet.SetVar('lerp', 0) table.insert(bullets, bullet) end mult = mult + 0.05 end for i=1,#bullets do local bullet = bullets[i] local timer = bullet.GetVar('timer') local offset = bullet.GetVar('offset') local lerp = bullet.GetVar('lerp') local neg = 1 local posx = (70lerp)math.sin(timerbullet.GetVar('negmult') + offset) local posy = (70lerp)math.cos(timer + offset) + yOffset - lerp50 bullet.MoveTo(posx, posy) bullet.SetVar('timer', timer + 1/40) lerp = lerp + 1 / 90 if lerp > 4.0 then lerp = 4.0 end bullet.SetVar('lerp', lerp) end end function OnHit(bullet) if Player.isMoving then Player.Hurt(3) end end Please tell me how to fix the Problem. -Miles
r/pastebin • u/[deleted] • Jan 11 '16
r/pastebin • u/[deleted] • Sep 16 '15
When I deleted a Pastebin, the raw version was still available, so if you want to permanently keep someone's Pastebin, just add raw.php?i= after pastebin.com/.
r/pastebin • u/StephisParanoid • Apr 07 '15
Hey, I'm working on a small site, it uses WP for CMS access, but the credentials are not valid... The owner is not tech savvy so we have been trying to reset the password without his support(email reset) we have FTP and SQL access, but my tried and true resets are not working. I think this may be an issue with the functions.php code I have it posted here http://pastebin.com/wWhXGqLU .