3,712 Results
Definitely wouldn't have happened without the map, kudos!
Oh wow, I'm the guy that did the gamemode (if you can call it that) for your map, and did exactly this in UE4 a few weeks ago! https://disseminate.itch.io/six-sides
He's not distributing $900m among all toys r us employees LOL
I did expert on my first try. Still have to nail legendary though.
It was fun the first time, decent the second, and I think I'm now on 20 runs or so and I want to gouge my eyes out
You don't have permission to view this result. It's probably in a forum that your account has no access to.
You don't have permission to view this result. It's probably in a forum that your account has no access to.
You don't have permission to view this result. It's probably in a forum that your account has no access to.
It's literally uprising
He probably meant that you can literally define enum variables in Lua (for example, just writing ACT_MYACT_WHATEVER = 9992 in a shared file). I don't think this works for playing animations. Give it a shot though, I might be wrong!
You can't
They're defined in C++.
FARTSNACK#11959
mcree/reaper, roadhog, zenyatta/sym
Good call! For two-digit numbers:
XY | X
X * 10 + Y | X
Y | X
Y = nX, n >= 0
Any two-digit number with its ones digit being a multiple of the tens. 90, 99 are also on that list.
Technically so are all the numbers -9 to 9.
You can do the same thing for #1.
1.) What integers, when the least significant digit is removed are divisible by the new integer?
The problem is to solve XYZ | XY (for example, 100 | 10, but 122 ~| 12). Examining the integers carefully, you can decompose the left hand side ...
2.) What integers, beginning with 6, become 1/25th of the original integer when the 6 is removed?
This is actually pretty simple when you expand digits considering base 10. The problem is asking for the solution to, in bad notation,
6XYZ = 25 * XYZ
Or in a proper notation
6 *...
(match, offset, string) => this.payLoad[offset]
=
function(match, offset, string) { return this.payLoad[offset]; }
It's just a shorthand.
Typescript fixes most issues with Node, but not all of them. Say I want to deserialize JSON in a POST - in Node without TS, I deserialize to an object of which I don't know the structure. In Node with TS, I now assume the structure (and my editor prompts me for the fields when...
I decided to take that project and move it standalone yeah! It's here if you want to look at it
Go is the shit and it's what I use now for everything I can. I've used Node for a few years and still use it at my dayjob often but Go solves basically every problem I had with Node. Strict typing should be standard in everything, and the concurrency support in Go is nuts. Whi...
Some warp FX!
http://kylewindsor.io/api/upload/5aaec5ed814dd70ab14ea922.mp4
Maynard's gonna stub his toe or something and postpone it 10 years, just you wait
Are you using forward declaration?
Beyond that there's really not much you can do. UE4 C++ sucks for quick iterative development. One I'm working on has between 30 and 600+ second compile times.
Anyone have a discord invite? OP's is expired
What a gross person.
[QUOTE=WrathOfCat;53081649]how do you actually cash out with bitcoin? do you just have to sell it to somebody else for real cash?[/QUOTE]
There are online exchanges like coinbase
[QUOTE=Badballer;53060771]Can you ELI5? Don't really know what I'm looking at
Edit: oh wait so Bitfinex is basically printing money in the form of Tether and you reckon they'll sell all of it one day and crash the market? I'm trying to read up on Tether because I don't know...
Ethereum's gonna hit a wall around 1200-1400. Buy while you still can
What do you guys think about FUNcoin? In early February they're presenting at a booth at ICE.
[QUOTE=VenomousBeetle;53037680]Doesn't discord save the full picture but just show the circle[/QUOTE]
What round image formats do you know of?
I cannot fathom to start to feel how cold that is.
[QUOTE=aydin690;53026678]
What's up with having to take 4 different pictures and shit for fiat-crypto exchanges?[/QUOTE]
If a scammer gets a hold of someone's bank info and can convert the balance into crypto, that money's as good as untraceable after washing. At that poi...
I've never actually experienced inner sinus pain until this winter, it's horrible up here
Dogs aren't obligate carnivores (like cats) so yeah, technically, they can survive and thrive on a vegan diet
[QUOTE=SunsetTable;53008881]Can anyone get a hold of the actual research paper?
I want to call bullshit but without being able to see the actual research.
[editline]27th December 2017[/editline]
I only say this because this reads, (and so does the article) as the sort...
[QUOTE=thejjokerr;53000686]Verge is doing great :excited:
[url]https://coinmarketcap.com/gainers-losers/[/url]
[editline]23rd December 2017[/editline]
And so is my little baby DGB wallet which I'm pretty happy about[/QUOTE]
I fucking sank $300 into this a few week...
Not valid for Canada it seems. Is this America only?
So is the stream going to be of some of the games? Or is it gonna be more of a talkshow type thing hosted by mod/s?
Stunning, well done!
It's not extensible. Once a racing gamemode is done, it's a racing gamemode, and there's not much outside of more cars or more powerups to add to the gameplay. That and vehicle support in Lua was garbage.
Ironically in an update a few months ago a ton of vehicle related funct...
Should we have a crypto general thread? Interest's exploded over the last few weeks.
[QUOTE=elitehakor;52955883]buy iota[/QUOTE]
Why?
[QUOTE=Firewarrior;52929185]So, any way to re-enter the cryptomarket with smaller sums of money? Any altcoins with good outlooks?[/QUOTE]
You can enter with any amount of money. Coinbase charges a fee of about 3.8%, minimum fee $0.99, minimum order $2, for buying.
Altco...
[QUOTE=duckmaster;52901263]Theoretically couldn't you make a scrambler that takes your online profile and visits it to thousands of random websites to skew the image they have of you.[/QUOTE]
[url]https://chrome.google.com/webstore/detail/noiszy/immakaidhkcddagdjmedphlnaml...
[QUOTE=LZTYBRN;52866581], and the only way they will is if something drastic happens
but it wont[/QUOTE]
We might see them legally classified as gambling in the near future.
[QUOTE=LeonS;52855964]as someone who is unaware of how bitcoin works, if i want to invest in it now do i need to shell out 7 thousand bucks just for one coin or do i need to let my PC work overtime for months for a coin? or is there some cheaper way that'll net me some gain in...
I think that's the idea of levels
Make an opt-in coinhive miner that rewards me with coins for passive facepunch mining
I saw one of these by the University of Toronto yesterday on the back of a street sign! Coincidentally right beside a frat house.
Markdown's great but I'd like to see text-based editing (i.e. if I write *test* it should come out as test).
Some tests
micro.receive( 'login', (args: any, res: Function, rej: Function) => {
if( args.user === 'username' && args.pass === 'password' ) {
res( { token: '123abcd' } );
return;
}
rej();
} );
micro.receive( 'validate', (args: any, res: Function, ...
I wish I had a coin
[QUOTE=gunguy765;52809869][URL="https://twitter.com/darkstockphotos"]There's like a whole twitter dedicated to really absurd stock photos like those. I just don't understand.[/URL][/QUOTE]
[video]https://twitter.com/darkstockphotos/status/901030687607836675[/video]
Top left is (0, 0). Bottom right is (ScrW(), ScrH()). In your case it's (1920, 1080) but for other users it could be (1280, 720) or (800, 600) or (1920, 1200). Either way, if you put a health bar at (1720, 1040) with a width and height of (180, 20), the first two other resolut...
[QUOTE=SuperDuprKyle;52777185]Genji is seriously so fun in Endless junkenstein I suggest everyone try it once.
Reason being is every kill resets your dash. It's awesome. I know someone said this earlier but thought I'd bring it up again because seriously it's sick.[/QUOTE]...
[QUOTE=TheNerdPest14;52775064][url]https://news.wsu.edu/2017/04/10/negative-mass-created-at-wsu/[/url] Didn't they already find a fluid with negative mass? Might be misunderstanding this.[/QUOTE]
Quotes in the title are significant. They shot lasers at Bose-Einstein conden...
I'd have bought this if they hadn't said
[quote] Any of the diets could have included various amounts of animal products.[/quote]
If that's the case it's not comparing vegan diets, it's comparing vegan vs. non-vegan diets. And because a person's diet may or may not have ...
Reminds me of the Caddyshack gopher
[QUOTE=Chucko Kokos;52675551]He actually wants to remove free rewards? That's just greedy as fuck imo. I know that they're optional, but think about it. There's 270,000 people playing this game right now, game costs 30 dollars. My point is that he already ( or devs. I don't kn...
You don't have permission to view this result. It's probably in a forum that your account has no access to.
F-for testing's sake!
I expected the badage boys or something, but whoa
[QUOTE=TheNerdPest14;52597944]How'd he even get Nitroglycerin to begin with?[/QUOTE]
Dad's medicine cabinet
Is it possible to make a (good) game with zero blueprints/just c++
[QUOTE=StrawberryClock;52557019]So, planning on taking some of the 1P-LSD I got this weekend when I have the apartment to myself.
The blotters are 125ug, would that be manageable for a newbie? Or should I take half?[/QUOTE]
Take the whole thing. I don't imagine you'd ne...
[QUOTE=Fire Kracker;52556750]it's not about acting "too gay" i have even said it's never been about how flamboyantly gay someone is
it's about people who's only interest is in the fact that they are gay and their only defining characteristic is they like to tell people they...
Linux works great
Well done everyone and thanks for a great time!
[QUOTE=TurtleeyFP;52527531]Trying it out but spacebar doesn't seem to do anything? I'm just stuck on the intro screen.[/QUOTE]
Whoops! Fixed (and half an hour from the deadline, too)
My server's hosting COI at 104.236.194.19:27015 until further notice!
[b][url]https://github.com/disseminate/coi[/url][/b]
Workshop: [url]http://steamcommunity.com/sharedfiles/filedetails/?id=972128319[/url]
[t]https://raw.githubusercontent.com/disseminate/coi/master/docs/media/1.jpg[/t] [t]https://raw.githubusercontent.com/disseminate/coi/m...
[QUOTE=Radical_ed;52509848]You seem to be conflating Machine Learning with AI. General AI is quite a ways off and unquestionably potentially dangerous.
[editline]26th July 2017[/editline]
I hear google has a pretty good NLP project going on right now, maybe you should pi...
[QUOTE=TFA;52504071]What type of information would you need? I'm curious to give this a shot[/QUOTE]
post history
[editline]25th July 2017[/editline]
hint you're ENxJ
ENTJ
It does:
- classify your personality on a binary level
It does not:
- accurately measure mixed results (if you are 49% I/E you are still I (which I think is fair))
[editline]25th July 2017[/editline]
Honestly I wish people would just get someone else to type...
[QUOTE=Kommodore;52488001]for context, a lot of animal reserves are run by fringe charity foundations that can barely pay their park ranger/guard staff on a regular basis, which compounds the probelm[/QUOTE]
???
[url]https://www.charitynavigator.org/index.cfm?bay=search.s...
[QUOTE=Darquan90;52463457]First thing I google has a link to wikileaks which people claim hasn't been wrong. Some of the phrases here weird me out. Can someone link a good source explaining them? There is so much disinformation out there.
Some of the first listed emails.
...
Check if [lua]minutes % 10[/lua] == 0
Check if the current day is =/= the recorded day
[QUOTE=Big Bang;52405737]Anything greater than polynomial time (read: exponential, 2^n, e^n) is considered too difficult for a deterministic computer to solve. [/QUOTE]
for large inputs*
[QUOTE=Maximo13;52385208]We have canines and incisors for eating meat.[/QUOTE]
So do most herbivores
I wish the actual game had this atmosphere
The game was more, "OK, you're the guy! people you care about died! and your character is more invested in it than you are! and he needs to find SHAUN! so you need to find SHAUN!" but this actually gives the protagonist emotions
interested
edit: in making a gamemode for this
[QUOTE=Silly Sil;52287401]"It's just a potato, it doesn't matter how inferior it is."
Now what? You're going to starve to death?
You need to draw a line somewhere and intelligence is the only non-arbitrary determinant.[/QUOTE]
The line is that I can survive on just veg...
[QUOTE=SGTNAPALM;52276192]I kinda get what they're getting at... Serruptitiously sneaking around and trying to get the recipes (intellectual property) of people who do not wish to disclose them, who are currently selling those foods? Yeah, that's pretty fucked up regardless of...
Well done.
Anybody know of a method to spoof net messages serverside? As in, if I have a net.Receive hook on the server, is there a way for me to test it pretending that a bot sent it?
[QUOTE=Tetsmega;52058490][img]http://i.imgur.com/w8jPf.png[/img]
I am skeptical of any sort of research that says it boosts any health metric. Research like this only seems reliable when it talks about reduced risks.[/QUOTE]
Or you could read the paper the McGill team e...
[QUOTE=SirJon;51983058]I have to say I was pro Death penalty but this thread has put me on the fence. I do believe some people deserve it, but its existence as Law institute is a different matter entirely.[/QUOTE]
Nobody deserves the death penalty. You may commit a horrifi...
So first consider colors as a set of 4 numbers (r, g, b, a). You have two sets (start and end color). You need a number that also represents proportion of each of start color and end color (0 = start, 0.5 = halfway, 1 = end). The result color will be a proportion of both. For ...
I fail to see why anyone would program a fear of death/pain response into a neural net but ok
[editline]8th March 2017[/editline]
The reason people get bored isn't because it's a condition of all thinking things, it's a self-preservation act driven by biological evolution (l...
[QUOTE=DiBBs27;51931670]The fact of the matter here is Trudeau is sinking Canada in the hole more and more. He's piling debt on us with no fucks given.
I mean, sexuality training and sexual health is important but how about we try and fix our economy first?
As you might ...
[url]https://solarpowergame.com[/url]
[QUOTE=Aetna;51803814]You'd have to be beyond phenomenally stupid to overdose on LSD, and it's nigh impossible to become addicted to it. This kid made a poor choice thinking he could handle the trip while working out. It's not uncommon to try and do something mundane while und...
[QUOTE=Zombinie;51789470]plz share[/QUOTE]
I'll do it. And don't call me share.
Please note that gas being stripped is not a new phenomenon ([url]https://en.wikipedia.org/wiki/Ram_pressure[/url]) but the study implies there's more of it than there should be for the interstellar medium. Also, it's not violently being stripped - it happens on timescales of ...
This band introduced me to drum and bass 10 years ago, and now I have an affinity for electronic music. Who knew?
[editline]11th January 2017[/editline]
[QUOTE=Lyokanthrope;51651172]
Also, best song:
[video=https://www.youtube.com/watch?v=5mM_mdow8_E]https://www.youtube.co...
[img]http://i.imgur.com/xdEvPHv.png[/img]
Roasted
[img]http://i.imgur.com/BI0WT55.png[/img]