- 1
- 2
- 3
Оффтоп #2
Первая часть: http://govnokod.ru/18142
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
−24
Оффтоп #2
Первая часть: http://govnokod.ru/18142
−54
* g o a t s e x * g o a t s e x * g o a t s e x *
g g
o / \ \ / \ o
a| | \ | | a
t| `. | | : t
s` | | \| | s
e \ | / / \\\ --__ \\ : e
x \ \/ _--~~ ~--__| \ | x
* \ \_-~ ~-_\ | *
g \_ \ _.--------.______\| | g
o \ \______// _ ___ _ (_(__> \ | o
a \ . C ___) ______ (_(____> | / a
t /\ | C ____)/ \ (_____> |_/ t
s / /\| C_____) | (___> / \ s
e | ( _C_____)\______/ // _/ / \ e
x | \ |__ \\_________// (__/ | x
* | \ \____) `---- --' | *
g | \_ ___\ /_ _/ | g
o | / | | \ | o
a | | / \ \ | a
t | / / | | \ |t
s | / / \__/\___/ | |s
e | / | | | |e
x | | | | | |x
* g o a t s e x * g o a t s e x * g o a t s e x *
https://searchcode.com/?q=goatse
https://code.openhub.net/search?s=goatse
+145
.panel-top ul.panel li:nth-child(1){
order: 1;
}
.panel-top ul.panel li:nth-child(2){
order: 4;
}
.panel-top ul.panel li:nth-child(3){
order: 2;
}
.panel-top ul.panel li:nth-child(4){
order: 5;
}
.panel-top ul.panel li:nth-child(5){
order: 3;
}
.panel-top ul.panel li:nth-child(6){
order: 6;
}
CSS Responsive
+144
$ git log --pretty=oneline
c8220f95d1b11d2e8a2d57cf4349c40a180bd7f3 Commit 33
6eeac872fa772c2ea1d57faf286f6520fc831777 Commit 32
fba42d3f0a6678e670d477bcc0c56819cafd34f9 Commit 31
4292c5dc9cb9c4360f7ad03b2d5ecabbeb451a55 Commit 30
2ba640394371f0fd44296c41b99fd42f6abfaf95 Commit 29
80aa4d6754e5f82f3b111075747fd74f63e1a26c Commit 28
7f43aa08d9d94e6c09f6435635942010320a824e Commit 27
574524bf2b0dcb8070ce46ced75cec626e7c84ad Commit 26
eb620063a690c489e746e2f5633771da66df0903 Commit 25
...
https://github.com/gikraychik/bets
+142
'Check that the TGD exists
If objFSO.FileExists(strTGDFileName) Then
'Get the definition of the tag group
objTagGroupFile.RetrieveDefinition strTGDFileName, intArrayLength, varSymbols, varSubstitutions, varDescriptions
'Ensure that the supplied strings match the strings in the tag group
If (UBound(strSymbols) = UBound(strSubstitutions) And UBound(strSymbols) = UBound(varSymbols) And UBound(strSymbols) = UBound(varSubstitutions)) Or _
(blIgnoreAdditional And (UBound(strSymbols) = UBound(strSubstitutions) And UBound(strSymbols) < UBound(varSymbols) And UBound(strSymbols) < UBound(varSubstitutions))) Then
For intLoop = 0 To UBound(strSymbols)
If Not (strSymbols(intLoop) = varSymbols(intLoop) And strSubstitutions(intLoop) = varSubstitutions(intLoop)) Then
'TDG is out of date; create tag group file
CheckTagGroup = IIf(CreateTagGroupFile(strSymbols, strSubstitutions, strDescriptions, strTGDFileName), 1, 0)
GoTo Way_Out
End If
Next
Else
'TDG is out of date; create tag group file
CheckTagGroup = IIf(CreateTagGroupFile(strSymbols, strSubstitutions, strDescriptions, strTGDFileName), 1, 0)
GoTo Way_Out
End If
Else
'TGD does not exist so create the file
CheckTagGroup = IIf(CreateTagGroupFile(strSymbols, strSubstitutions, strDescriptions, strTGDFileName), 1, 0)
GoTo Way_Out
End If
Всё равно получишь шайбу!
Вот такие умные проверки нашёл перед вызовом одной и той же функции.
VB6
+142
Куда пропадают кучки? Замечал и ранее, но думал что к этому причастны сами авторы, а сегодня пропал мой через пол-часа после публикации. Кто включил gc?
+143
n =: 50000
f =: 3 : '(a=0 2)*.1=(?2){x{~a=:?3'
x =: 1 1 0 0 1 0 $~ n, 3 2
t%+/t=:+/f"2 x
+139
— Здравствуйте, это канал об аниме?
— Да.
— Как мне пропатчить KDE2 под FreeBSD?
+147
http://:
Чем M$ парсит URL'ы, чтобы skype от этого умирал?
+144
10 MEDIAN=0
15 FOR Q=1 TO 10000 REM Lifes
20 TOTAL=0 REM Money
25 FOR I=1 TO 100
30 M=RND
35 IF M<0.5 THEN N=INT(10*RND)
40 IF M>=0.5 THEN N=-INT(10*RND)
45 TOTAL=TOTAL+N
50 NEXT I
55 MEDIAN=MEDIAN+TOTAL
60 PRINT Q,"MEDIAN="MEDIAN/Q
65 NEXT Q
GW-BASIC
"Жизнь по генератору случайных чисел: стратегия успеха"
автор: Евгений Золотов