Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.fds-net.ru/showflat.php?Number=12490034&src=&showlite=l
Дата изменения: Unknown
Дата индексирования: Tue Apr 12 06:25:12 2016
Кодировка: Windows-1251
Программисты шутят - Public forum of MSU united student networks
Technical >> Development

Страницы: | 0 ... | << | 580 | 600 | 620 | 640 | 660 | 680 | 700 | 720 | (731) | 740 | 760 | 780 | 800 | 820 | показать все | след. страница
b212 : Re: Программисты шутят  [re:blind]   29.09.2015 14:11    | Reply | Edit |
14
- Привет.
- Привет.
- Как там ваши дела с Кристиной? Еще не поженились?
- Нет, мы расстались.
- А что случилось?
- Мне надоело, у нее были слишком большие запросы.
- Например какие?
- Ну например update instance inner join (select group.id as group_id, (select message.id from message inner join thread on thread.id = message.thread_id where location_id = @location_id and language_id = @language_id and concat(group_key, '.') like concat(group.`key`, '.%') order by message.created desc limit 1) as last_message_id, (select count(*) from thread where location_id = @location_id and language_id = @language_id and concat(group_key, '.') like concat(group.`key`, '.%')) as thread_count, (select if(sum(thread.message_count) is null, 0, sum(thread.message_count)) from thread where location_id = @location_id and language_id = @language_id and concat(group_key, '.') like concat(group.`key`, '.%')) as message_count from group where @group_key like concat(`key`, '.%')) as statistics on statistics.group_id = instance.group_id set instance.message_id = statistics.last_message_id, instance.thread_count = statistics.thread_count, instance.message_count = statistics.message_count where instance.location_id = @location_id and instance.language_id = @language_id;

Начать обсуждение

Vilfred_Sagen   [re:b212]   29.09.2015 17:12    | Reply | Edit |
-10

 /user/upload/file558674.jpg

Начать обсуждение

HE   [re:Vilfred_Sagen]   29.09.2015 17:55    | Reply | Edit |
4
сегодня смотрел свой летний код и увидел класс

...mybatis.mappers.ControllerQuerys

Много думал...

Обсуждение этого сообщения (6)

Druxa   [re:HE]   01.10.2015 20:29    | Reply | Edit |
11
http://www.rg.ru/2015/10/01/arch-site.html (В одной из самых популярных в мире программ нашли опасную уязвимость)

Комменты к новости из твиттера
Quote:

mytro Oleksiuk @d_olex 6 hours ago
This WinRAR 'vulnerability' is a good example of what happens when fucking idiots that don't have a clue starting to do security

Evilcry_ @Blackmond_ 5 hours ago
@d_olex someone discovered that running an executable could lead to code execution, quite impressive :)





Начать обсуждение

blind   [re:Druxa]   02.10.2015 14:28    | Reply | Edit |
16
/user/upload/file558865.jpg (417 Kb)

Начать обсуждение

KOHCTPYKTOP   [re:blind]   03.10.2015 20:28    | Reply | Edit |
33
/user/upload/file558935.jpg

Обсуждение этого сообщения (5)

Wowchik   [re:KOHCTPYKTOP]   05.10.2015 03:03    | Reply | Edit |
-15
Компиляторы языка C преобразуют выражение myArray[i] в выражение *(myArray + i), которое эквивалентно выражению *(i + myArray), которое, в свою очередь, эквивалентно выражению i[myArray]. Настоящие профессионалы знают, как использовать эту особенность в своих целях.

http://m.habrahabr.ru/company/friifond/blog/268063/

Начать обсуждение

Vilfred_Sagen   [re:Wowchik]   08.10.2015 10:10    | Reply | Edit |
-5
list(zip_longest(*[iter(('0'+str(bin(int(time.time())))[2:]).replace('0', '_').replace('1', '*'))]*4))

Начать обсуждение

blind   [re:Vilfred_Sagen]   08.10.2015 20:42    | Reply | Edit |
6
https://www.linux.com/news/software/linux-kernel/858406-linu...

В ответ на:

I'd hate for there to have to be a next Linus project.
When I created Linux and Git, I was in a situation where no one else was providing what I needed.
I don't want to be in that situation again; I'd much rather coast along and be lazy.
Anytime I need to start a new project, that's a failure for the rest of the world.



// Linus at LinuxCon Europe 2015

Обсуждение этого сообщения (2)

alcogolic   [re:blind]   09.10.2015 09:07    | Reply | Edit |
13
/user/upload/file559318.jpg

Обсуждение этого сообщения (4)

Druxa   [re:alcogolic]   10.10.2015 00:34    | Reply | Edit |
23
Quote:


Тут, значит, в рассылке происходят бодания: хорошо или плохо, что в Perl6 можно включать сильную типизацию?
Я, как человек, недавно извлекший квадратный корень из содержимого JPEG-файла, отвечу: не повредит.





Обсуждение этого сообщения (2)

Druxa   [re:Druxa]   13.10.2015 23:14    | Reply | Edit |
5
Немного политический конечно юмор, но в любом случае код это код :)
https://twitter.com/Segozavr/status/653846825187811328

Обсуждение этого сообщения (1)

Demetr   [re:Druxa]   15.10.2015 20:22    | Reply | Edit |
11
/user/upload/file559756.jpg
https://instagram.com/p/8yTbiLJrEv/

Обсуждение этого сообщения (3)

FAQ   [re:nafig_batat]   18.10.2015 21:16    | Reply | Edit |
11


Обсуждение этого сообщения (4)

KOHCTPYKTOP   [re:FAQ]   19.10.2015 23:14    | Reply | Edit |
19
- Поручик, вы и на питоне программировать можете?
- На питоне не могу - макбук соскальзывает

Обсуждение этого сообщения (1)

blind   [re:KOHCTPYKTOP]   22.10.2015 17:21    | Reply | Edit |
29
/user/upload/file560391.jpg

Обсуждение этого сообщения (3)

Druxa   [re:blind]   22.10.2015 19:24    | Reply | Edit |
5
Quote:


GCC:
/usr/include/security/pam_appl.h:23:1: note: expected 'struct pam_handle_t **' but argument is of type 'struct pam_handle_t **'
Python:
TypeError: fn() takes at least 2 arguments (2 given)





Обсуждение этого сообщения (5)

blind   [re:Druxa]   24.10.2015 11:40    | Reply | Edit |
3
/user/upload/file560529.jpg

Обсуждение этого сообщения (2)

Wowchik   [re:blind]   26.10.2015 10:21    | Reply | Edit |
22
/user/upload/file36564.png (308 Kb)

Обсуждение этого сообщения (2)

l0st   [re:Wowchik]   31.10.2015 03:09    | Reply | Edit |
8
https://github.com/dotnet/roslyn/blob/master/src/Compilers/C...
code:
// Maximum size of tokens/trivia that we cache and use in quick scanner. // From what I see in our own codebase, tokens longer then 40-50 chars are // not very common. // So it seems reasonable to limit the sizes to some round number like 42. private const int MaxCachedTokenSize = 42;


Начать обсуждение

Top | след. страница