back
user profile

AlexeyBrin

11,535karma·1,345submissions·January 25, 2013
recent activity (1,345 total)
comment
This is why any decent text editor or IDE has an UNDO method.
11y ago·view thread
comment
Thanks for this. Do you have a link to the extended version of the article mentioned at the end of the article. The provided link is dead now.
11y ago·view thread
comment
Packt tends to publish books of wildly different quality, some of them are good, while others are lousy written and full of mistakes (not talking about spelling errors here, but software bugs). Also, …
11y ago·view thread
comment
Start by reading Apple's book on Swift https://developer.apple.com/library/prerelease/ios/documenta... …
11y ago·view thread
comment
Use 7zip to extract the files from the exe (it is just a self executable archive).
11y ago·view thread
comment
I found your text quite comprehensible although I'm not a native English speaker.
11y ago·view thread
comment
I find his accent heavy but tolerable Honest question, where did you found his accent in the text ?
11y ago·view thread
comment
If you have a Windows 7/8/8.1 license it will be free to upgrade to Windows 10. If you don't have any of the above, than yes, you will need to buy a license. I suppose the author bought…
11y ago·view thread
comment
I'm pretty sure that at some point someone will create a library to test for ES6 compatibility when the JS code loads, I envision something like: if ES6 { use "mycode_js6.js&qu…
11y ago·view thread
comment
Or you can modify the CSS: <style type="text/css"> body { background-color: white; } .bodytext { color: black; } <…
11y ago·view thread
comment
This has nothing to do with Windows or Microsoft, but with Lenovo installing the crapware on the machine.
11y ago·view thread
comment
It actually helped me to more appreciate a funny episode in Star Trek: Next Generation where the hologram doctor becomes an esteemed musician among a species that previously didn't have music, b…
11y ago·view thread
comment
Try to eat this for a month ...
11y ago·view thread
comment
The time constraint I could understand. However, the cooking infrastructure argument doesn't hold water two people eating at McDonalds once a day could easily spend $600 monthly. You can buy so…
11y ago·view thread
comment
McDonalds is a common dietary substitute for those with a low-income It is really hard for me to understand this line of reasoning. I lived in Canada as a foreign student a few years ago and it was …
11y ago·view thread
comment
> I kind of wish I could find a good way to make Fortran and C play nicely together. Fortran can call C and vice-versa, at least since Fortran 2003 there is a standard way to call C.
11y ago·view thread
comment
I don't use C99/C11 regularly, but I would love to see a VS that fully implements at least the C99 standards. My comment was specifically about using pthreads which are standard only on UNIX…
11y ago·view thread
comment
If you are using C++ or Objective-C++ you can use C++11 threads (which are portable on all current operating systems) directly, no need to use pthreads.
11y ago·view thread
comment
I have an iPad 2 and it is still usable (with a noticeable slow down for web browsers after the iOS8 upgrade) after all these years. I suspect a lot of people just upgrade their tablets less often th…
11y ago·view thread