.swf every browser including mobiles
good luck xD
| Forum Index > General Forum |
Thread Rules 1. This is not a "do my homework for me" thread. If you have specific questions, ask, but don't post an assignment or homework problem and expect an exact solution. 2. No recruiting for your cockamamie projects (you won't replace facebook with 3 dudes you found on the internet and $20) 3. If you can't articulate why a language is bad, don't start slinging shit about it. Just remember that nothing is worse than making CSS IE6 compatible. 4. Use [code] tags to format code blocks. | ||
|
LaNague
Germany9118 Posts
December 19 2014 16:24 GMT
#11121
.swf every browser including mobiles good luck xD | ||
|
Shenghi
167 Posts
December 19 2014 22:53 GMT
#11122
On December 20 2014 01:13 xtorn wrote: you cannot even play swf on iOS That does not stop clients from demanding you (or in this case Manit0u) to make it work. | ||
|
Manit0u
Poland17444 Posts
December 20 2014 11:48 GMT
#11123
They also wanted thumbnails for it all, and if you click on a thumbnail it should open the video in the popup with all the controls and all... Screw that, really. Creating thumbnails and converting all the videos to proper formats with ffmpeg right after they're uploaded seems like such a nasty solution. I mean, it would be fine for small movies but if they start uploading some 700+MB videos that could take some time and hamper server's performance. | ||
|
supereddie
Netherlands151 Posts
December 20 2014 12:05 GMT
#11124
Just mention he needs something like Adobe Media Server for conversion and steaming, and use HTML5 video for playback.Oh, too expensive? Well it can't work otherwise. | ||
|
Amnesty
United States2054 Posts
December 20 2014 13:33 GMT
#11125
vs14 barfs on that code TT | ||
|
nunez
Norway4003 Posts
December 20 2014 17:15 GMT
#11126
fresh gcc with -std=c++1y flag is what i'm using. it's probably protesting both constexpr and decltype(auto)! after visual studio update 2 broke some (correctly written) template machinery code i wouldn't trust it with alias templates and default arguments on function template parameters either, allthough it's probably working fine now. template barfs are hillariously painful to parse, the compiler is giving a sarcastic, reversed play-by-play of how it punched itself in the face on your command. | ||
|
Amnesty
United States2054 Posts
December 20 2014 18:47 GMT
#11127
yeah, you posted some code on how to use it but deleted the seq::forward header. heh And the compiler mostly barfs on select_if Looks like SFINAE is not working. So substitution failure is a failure ![]() As far as i know decltype(auto) works in all cases now. And constexpr works everywhere except member functions. | ||
|
nunez
Norway4003 Posts
December 20 2014 19:29 GMT
#11128
it's a collection of misnomers and half-baked ideas relating to operations on sequences of types, but it is very handy when i am tinkering. in my latest posts i cut out some of the things (includes in particular) to shorten code, dunno if i posted the entire source at the end, i should have in any case. select_if is just ~another name for enable_if_t. a bad idea really, but without the _t defect (the metafunction call should not suffer the naming convention, the metafunction implementation should) and with a more accurate name for the cases i was using it for at some point (when the enabled whatever is in fact, by design, selected). select_if implementation is: here oh really? that's great news if it's the case, my info must be dated. means i can pretty up some code at work. when you say member functions, do you mean static memberfunctions too? | ||
|
Amnesty
United States2054 Posts
December 20 2014 20:12 GMT
#11129
http://msdn.microsoft.com/en-us/library/vstudio/hh567368.aspx Here it says No in all versions and cases Which is wierd because it does work for regular functions
Not sure where i heard that info now. At my job, i don't have to worry about any of this because my work compilers are vs10 and below. But, playing around with new stuff is fun at home. The FSM looked interesting. | ||
|
nunez
Norway4003 Posts
December 20 2014 20:17 GMT
#11130
i just remembered that variant uses another metafunction (mimic) i haven't put on bitbucket and also it uses ref qualified functions, which i think is not supported either. the fsm framework is sweet because it's very minimal, nice for prototyping. would be interesting to do a performance comparison with boost's fsm as well. i'll try remember to do that next, can do it in vs14 compatible way, with all the headers in place. much more fun for me if you are able to tinker with it too. | ||
|
Amnesty
United States2054 Posts
December 20 2014 21:07 GMT
#11131
On December 21 2014 05:17 nunez wrote: the new stuff is juicy. i just remembered that variant uses another metafunction (mimic) i haven't put on bitbucket and also it uses ref qualified functions, which i think is not supported either. the fsm framework is sweet because it's very minimal, nice for prototyping. would be interesting to do a performance comparison with boost's fsm as well. i'll try remember to do that next, can do it in vs14 compatible way, with all the headers in place. much more fun for me if you are able to tinker with it too. Cool that'd be nice. ![]() edit: ref qualifed functions appear to work
All as expected. And these constexpr uses also work
| ||
|
Manit0u
Poland17444 Posts
December 22 2014 12:39 GMT
#11132
Kill... meeeee... | ||
|
Djagulingu
Germany3605 Posts
December 22 2014 14:55 GMT
#11133
On December 22 2014 21:39 Manit0u wrote: New intern. 50+. I ask about git. He says something along the lines of "Yeah, I've downloaded some zip files from GitHub before." Kill... meeeee... I hope that what you mean by 50+ is not the age of the intern. Please not. By the way, as a junior, I've never used Git, ever (I have one project in my one repository, which I only used sync and commit, not even update. Because I was the sole contributor to that project). | ||
|
icystorage
Jollibee19350 Posts
December 22 2014 14:56 GMT
#11134
| ||
|
Manit0u
Poland17444 Posts
December 22 2014 15:09 GMT
#11135
On December 22 2014 23:55 Djagulingu wrote: Show nested quote + On December 22 2014 21:39 Manit0u wrote: New intern. 50+. I ask about git. He says something along the lines of "Yeah, I've downloaded some zip files from GitHub before." Kill... meeeee... I hope that what you mean by 50+ is not the age of the intern. Please not. It is. And he won't stop asking questions that you can google instantly, not even related to work... And as an intern in my previous company I had to do merge requests into development from the get go and was responsible for some merge requests into production 1 month in. It sure taught me to look VERY carefully at the code. Both mine and other people's. | ||
|
Deleted User 101379
4849 Posts
December 22 2014 15:11 GMT
#11136
On December 22 2014 23:56 icystorage wrote: i still need to consult git documentary. im very thankful for visual studio's source control. It took me about 3-6 month of using git and being forced to work with feature branches before I really got git after working for decades with cvs and svn. It's definitely worth spending the time to dig into git. | ||
|
Manit0u
Poland17444 Posts
December 23 2014 20:32 GMT
#11137
btw. everyone should update their git if they're on Windows or OS X, there were some pretty nasty bugs found in releases for those platforms last week. http://arstechnica.com/security/2014/12/critical-git-bug-allows-malicious-code-execution-on-client-machines/ | ||
|
McDutch
Netherlands184 Posts
December 24 2014 20:19 GMT
#11138
I thought about learning C++ and C#, but then i read that XNA will not be supported on a lot of platforms anymore. Which makes me anxious about getting into it. I could still learn C#, and go with Unity. For Unity i could even use javascript, which i obviously don't have to learn from scratch, but i feel learning C# will make me a better programmer. I guess this question has been asked at least hundreds of times, but out of experience i know TL is mostly filled with Wise people who can show me some good insight and point me into the right direction! | ||
|
fmod
Cayman Islands330 Posts
December 24 2014 20:34 GMT
#11139
| ||
|
spinesheath
Germany8679 Posts
December 24 2014 22:14 GMT
#11140
On December 25 2014 05:19 McDutch wrote: So I'm here for a little advice. =) I'm a Junior webdeveloper. I'm mainly working as a back-end developer with PHP, Laravel. As of interest I want to get into game development as a hobby. I don't expect to create anything awesome anytime soon, but i just want to learn. Obviously I've googled a lot and a lot of different opinions. I thought about learning C++ and C#, but then i read that XNA will not be supported on a lot of platforms anymore. Which makes me anxious about getting into it. I could still learn C#, and go with Unity. For Unity i could even use javascript, which i obviously don't have to learn from scratch, but i feel learning C# will make me a better programmer. I guess this question has been asked at least hundreds of times, but out of experience i know TL is mostly filled with Wise people who can show me some good insight and point me into the right direction! Since you don't expect to create anything awesome anytime soon, C# will do the job for now. You'll have to get familiar with frequently occuring problems and concepts in game programming in order to become good at it. These problems and concepts should mostly apply to just about any language/framework, so it really won't matter a whole lot which language you use at the start. Similarly with programming languages in general; the majority of skills can be transfered between languages. I personally recommend C# over C++ unless you have a specific reason to choose C++. C++ is a very powerful language, but it also requires a lot of effort and practice to use it properly. | ||
| ||
StarCraft 2 StarCraft: Brood War Dota 2 League of Legends Other Games Organizations StarCraft: Brood War StarCraft 2 StarCraft: Brood War
StarCraft 2 • Hupsaiya StarCraft: Brood War• intothetv • AfreecaTV YouTube • Kozan • IndyKCrew • LaughNgamezSOOP • Migwel • sooper7s League of Legends Other Games |
|
RSL Revival
Zoun vs Classic
SHIN vs TriGGeR
herO vs Reynor
Maru vs MaxPax
WardiTV Korean Royale
Replay Cast
RSL Revival
WardiTV Korean Royale
SC Evo League
IPSL
Julia vs Artosis
JDConan vs DragOn
BSL 21
TerrOr vs Aeternum
HBO vs Kyrie
RSL Revival
Wardi Open
[ Show More ] IPSL
StRyKeR vs OldBoy
Sziky vs Tarson
BSL 21
StRyKeR vs Artosis
OyAji vs KameZerg
Replay Cast
Monday Night Weeklies
Replay Cast
Wardi Open
Replay Cast
Wardi Open
Tenacious Turtle Tussle
The PondCast
Replay Cast
|
|
|