- 1
Я гниль.
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
−103
Я гниль.
+1
https://www.youtube.com/watch?v=WT-oowiPUVQ
Черная дыра
0
░████▓▓▓▓▓▓▓█▓█████████▓████▒
>████▓▓▓▓▓██▓▓████████████████
▓█▓▓▒▒▒▓▓▓▓▓▓▓▓▓▓█▓▓▓▓▓▓▓▓████▓
███▓▒▒▒▒▓▓▓▓▓▓▓▓██▓▓▓▓▓▓▓▓█████
██▓▓▒▒░<_▒▓▓▓▓▓▓▓▓▓▒▓▒▒▒▒▓▓███▓
██▓▓▒▒▒_ <▒▒▒▒▒▒▒░░▒▒▒▒▒▒███▒
░██▓▒▒▒░ _░▒▒▒▒▓██░
██▓█▓░_░_ _▒▒▒▒▒▓██
█▓▓█▓▒ < <░▒▒▒▒▓██
█▓▓▓▓▓▓░ <░▒▒▒▓▓█▓
█▒▓▓▒▒▒▒▓▒ ▒▒▓▒▓██
▓▓ ▒█▓▓▓▓█▒ __▒▒▒▓▓▒▒███
▓█▒ █▓▒ ▓▓▓< _ ▒▒▓▓▓▒▒▒▓▓▒▒██_
▒▒▒▓▓▒▓▓ ▒▓< ▓▒ ▒▓▓▒▓▓▓▓▓▒▓▒▓█<
░░▒▒▒▒▒▓▓▓▓▓▓▓▒▒▓░ ░░░ ░▒ _░ _ \█▓>░▒▓▒
▒▓▓▓▒▒░_ ▒▒▒▒▓▓▓▓▒░ ▒_▒▒▓ ▒\ _▒▒░▒▒ ▒▓▓▒
▓▓▓▒░> ▒▒▒▓▓▓▓▒░ __>▒▓▒ ▒░▒_ ▒▓▓▓▓▓▓░
▓▒▒_ ░▒▒▓▓▓▒▒▒ ▓▒ ░▒▒_ \▒▒▒▓▓▒░▒▒▓▓▓
▓▒▒░ ▒▒▒▓▓▒▒> ▓█ <▓▒ >▒▒▒▓▓▓ _<▒▒▒▓▓▓
▒_░ ▒▒ ▓▓▒▒< █▓▒_▒▓ _░▒▒▓▓▒ <▒▒▒▒▓▓▓
_ ▒▒░▓▓▒▒ ▒▒░▒_ ░▒▒▒▓▒▒▒ ░▒<░░▒▒▓▒
_ ▓▒▒▓▓▒▒▒▒░ ░▒ < ░▒▒▓▒▒▒▓< ░░▒▒▓▓
▓▓▒▓█▓▓▓▓▒▒░░_░▒_ _▒▒▓▒_▒▒▒▒\ _░▒▓▒
░▓▒▓▓▓▓▓▒▒▓██▓▒▒▓▒>_▒▒_▒▒▓▓░_▒▒▒▒▒\
_▓▓█▓▓▓▒▓▒▒▓███████▓▓▓▓▓▓▓▒▒▒▒▓▒▒▒░
>▓▓▓▓▓▓▓▓█▓▒<▒▓▓▒▓▓▓▓██▓▓▒▒▒▒▓▒▒▒░
▓▓▓▓▓█▓▓▓█▓▓▒▒▒▒▓▓██▒▒▒▒▒▒▒▒▒▒_
_ ▓▓▓▓▓▓▓▒▒▓▓▒▒▒▓██▓▒▒▒░▒▒▒▒▒▒\
▒▓▓██▓█▓▓▓▓▓██▓▓▒▒▒▒▒▒▒▒▒▒▒░░
_ _ ___ _ _▒▓███████▓▓▓▒▒▒▒▒▒▒▒▒▒▒▒▒▒░_\
0
// https://www.opennet.ru/opennews/art.shtml?num=51508
// Microsoft открыл код стандартной библиотеки С++, поставляемой в Visual Studio
// https://github.com/microsoft/STL/blob/7f65140761947af4ed7f9dfc11adee8c86c9e4c2/stl/inc/unordered_map#L712
#if _HAS_CXX17
template <class _Iter, class _Hasher = hash<_Guide_key_t<_Iter>>, class _Keyeq = equal_to<_Guide_key_t<_Iter>>,
class _Alloc = allocator<_Guide_pair_t<_Iter>>,
enable_if_t<
conjunction_v<_Is_iterator<_Iter>, _Is_hasher<_Hasher>, negation<_Is_allocator<_Keyeq>>, _Is_allocator<_Alloc>>,
int> = 0>
unordered_map(_Iter, _Iter, _Guide_size_type_t<_Alloc> = 0, _Hasher = _Hasher(), _Keyeq = _Keyeq(), _Alloc = _Alloc())
->unordered_map<_Guide_key_t<_Iter>, _Guide_val_t<_Iter>, _Hasher, _Keyeq, _Alloc>;
template <class _Kty, class _Ty, class _Hasher = hash<_Kty>, class _Keyeq = equal_to<_Kty>,
class _Alloc = allocator<pair<const _Kty, _Ty>>,
enable_if_t<conjunction_v<_Is_hasher<_Hasher>, negation<_Is_allocator<_Keyeq>>, _Is_allocator<_Alloc>>, int> = 0>
unordered_map(initializer_list<pair<_Kty, _Ty>>, _Guide_size_type_t<_Alloc> = 0, _Hasher = _Hasher(), _Keyeq = _Keyeq(),
_Alloc = _Alloc())
->unordered_map<_Kty, _Ty, _Hasher, _Keyeq, _Alloc>;
template <class _Iter, class _Alloc, enable_if_t<conjunction_v<_Is_iterator<_Iter>, _Is_allocator<_Alloc>>, int> = 0>
unordered_map(_Iter, _Iter, _Alloc)
->unordered_map<_Guide_key_t<_Iter>, _Guide_val_t<_Iter>, hash<_Guide_key_t<_Iter>>, equal_to<_Guide_key_t<_Iter>>,
_Alloc>;
template <class _Iter, class _Alloc, enable_if_t<conjunction_v<_Is_iterator<_Iter>, _Is_allocator<_Alloc>>, int> = 0>
unordered_map(_Iter, _Iter, _Guide_size_type_t<_Alloc>, _Alloc)
->unordered_map<_Guide_key_t<_Iter>, _Guide_val_t<_Iter>, hash<_Guide_key_t<_Iter>>, equal_to<_Guide_key_t<_Iter>>,
_Alloc>;
template <class _Iter, class _Hasher, class _Alloc,
enable_if_t<conjunction_v<_Is_iterator<_Iter>, _Is_hasher<_Hasher>, _Is_allocator<_Alloc>>, int> = 0>
unordered_map(_Iter, _Iter, _Guide_size_type_t<_Alloc>, _Hasher, _Alloc)
->unordered_map<_Guide_key_t<_Iter>, _Guide_val_t<_Iter>, _Hasher, equal_to<_Guide_key_t<_Iter>>, _Alloc>;
template <class _Kty, class _Ty, class _Alloc, enable_if_t<_Is_allocator<_Alloc>::value, int> = 0>
unordered_map(initializer_list<pair<_Kty, _Ty>>, _Alloc)->unordered_map<_Kty, _Ty, hash<_Kty>, equal_to<_Kty>, _Alloc>;
template <class _Kty, class _Ty, class _Alloc, enable_if_t<_Is_allocator<_Alloc>::value, int> = 0>
unordered_map(initializer_list<pair<_Kty, _Ty>>, _Guide_size_type_t<_Alloc>, _Alloc)
->unordered_map<_Kty, _Ty, hash<_Kty>, equal_to<_Kty>, _Alloc>;
template <class _Kty, class _Ty, class _Hasher, class _Alloc,
enable_if_t<conjunction_v<_Is_hasher<_Hasher>, _Is_allocator<_Alloc>>, int> = 0>
unordered_map(initializer_list<pair<_Kty, _Ty>>, _Guide_size_type_t<_Alloc>, _Hasher, _Alloc)
->unordered_map<_Kty, _Ty, _Hasher, equal_to<_Kty>, _Alloc>;
#endif // _HAS_CXX17
Ну и хуйня! Впрочем, разве могло быть иначе?
0
Ня, пока.
Пароль: 123456654321123456
+2
<?php
namespace Illuminate\Notifications\Messages;
use Illuminate\Bus\Queueable;
class BroadcastMessage
{
use Queueable;
/**
* The data for the notification.
*
* @var array
*/
public $data;
/**
* Create a new message instance.
*
* @param array $data
* @return void
*/
public function __construct(array $data)
{
$this->data = $data;
}
/**
* Set the message data.
*
* @param array $data
* @return $this
*/
public function data($data)
{
$this->data = $data;
return $this;
}
}
(new BroadcastMessage($shit))->data($shit)->data; // this data is the same $shit!
оч удобно
https://github.com/illuminate/notifications/blob/master/Messages/BroadcastMessage.php
0
http://hackage.haskell.org/package/haskelldb-2.1.1/docs/Database-HaskellDB-BoundedList.html#t:N94
0
https://i.redd.it/67mnaevvhlm31.jpg
Эх... А ведь так всё и было....
−1
Сначала вот
https://medium.com/@selamie/remove-richard-stallman-fec6ec210794
А потом вот
https://www.fsf.org/news/richard-m-stallman-resigns
ПРЫЩЕБЛЯДИ СОСНУЛИ ОЧЕНЬ СЕРЬЕЗНО
0
[code]
____ _____ _____ ____ _____ ___ ____ _ _ _____
/ ___|_ _| ____| _ \_ _/ _ \| _ \ | | | | ____|
| | | | | _| | |_) || || | | | |_) | | |_| | _|
| |___ | | | |___| __/ | || |_| | __/ | _ | |___
\____| |_| |_____|_| |_| \___/|_| |_| |_|_____|
_ _ __ _ _______ _ _
| | | |_ _\ \| |/ / ____| | | |
| |_| | | | |\ \ / /| _| | |_| |
| _ | |_| |/ / \ \| |___| _ |
|_| |_|\__, /_/| |\_\_____|_| |_|
|___/ |_|
[/code]