Format:
Recent Snippets
Cruzes... a volta da Raquel não está para brincadeira... qd li o email dela fiquei com MEDO... Pensei até em não postar, mas já teve outros posts nesse estilo de crueldade aqui no MEDO B então boa sorte para quem quiser ler... Esse post ficou mais pesado que o de Snuff Movies! Olá meus queridos leitores, que saudades de vocês! :D Hoje trago um post diferente relacionado ao Japão. Muitos já devem ter lido à respeito desse caso, mas os que ainda não leram, já vou avisando: é tenso e bem cruel. No Japão, esse crime é conhecido como "O Caso da Colegial Concretada". Os que não gostarem muito de posts assim, aconselho até a pular pro próximo, okay? Então vamos lá: - O crime -
3 Views
no comments
#include<iostream> #include<algorithm> using namespace std; long long table[3][1700]; int sticks[5100]; int n,k; #define sqr(x) (x)*(x) int dp() { for(int i=0;i<3;i++)
3 Views
no comments
#include <vector> #include <list> #include <map> #include <set> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric>
3 Views
no comments
#include <vector> #include <list> #include <map> #include <set> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional>
3 Views
no comments
class CBasePlayer;
class CPlayerInfo : public IBotController, public IPlayerInfo
{
public:
CPlayerInfo () { m_pParent = NULL; }
~CPlayerInfo () {}
void SetParent( CBasePlayer *parent ) { m_pParent = parent; }
// IPlayerInfo interface
virtual const char *GetName();
5 Views
no comments
#include <vector> #include <list> #include <map> #include <set> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric>
6 Views
no comments
if (!empty($context['user']['avatar']))
echo '
<p class="avatar">', $context['user']['avatar']['image'], '</p>';
echo '
<ul class="reset">
<li class="greeting">', $txt['hello_member_ndt'], ' <span>', $context['user']['name'], '</span></li>
<li><a href="', $scripturl, '?action=unread">', $txt['unread_since_visit'], '</a></li>
<li><a href="', $scripturl, '?action=unreadreplies">', $txt['show_unread_replies'], '</a></li>';
6 Views
no comments
#include<iostream> #include<conio.h> using namespace std; class insan { private: int yas; int boy; public:
3 Views
no comments
[OperationContract]
public string InvokeMethod(string serviceUrl, WebServiceMethod method)
{
try
{
var proxy = new GenericWebServiceProxy(serviceUrl);
var parameters = method.Parameters.CreateObjects(proxy).ToArray();
var result = proxy.InvokeWebMethod(method.MethodName, parameters);
return DumpObject("Result", result);
}
5 Views
no comments
javascript:%20var%20x=%20$(".content").find("a").each(function(){var%20href=$(this).attr("href");if((!$(this).hasClass("drowsapMorphed"))%20&&%20($(this).next(".drowsapMorphed").length==0)%20&&%20href%20&&%20(href.indexOf('imgur')>=0%20||%20href.indexOf('jpeg')>=0%20||%20href.indexOf('jpg')>=0%20%20||%20href.indexOf('png')>=0)){var%20ext%20=(href.indexOf('imgur')>=0%20&&%20href.indexOf('jpg')<0%20&&%20href.indexOf('png')<0)%20?%20'.jpg'%20:'';%20var%20img%20=%20$("<a%20class='drowsapMorphed'%20href='"+href+"'%20target='blank'%20style='display:block'><img%20style='display:block;max-width:780px;'%20src='"+href+%20ext+"'%20/></a>");$(this).after(img);}});
5 Views
no comments
raco setup: made: compiler/commands raco setup: made: dynext raco setup: made: dynext/private match: no matching clause for (list (list (cc '(#<path:browser>) #<path:/usr/local/lib/racket/collects/browser> "browser" #<procedure:info?> #<path:/usr/local/lib/racket/collects> #<path:/usr/local/lib/racket/collects/info-domain/compiled/cache.rktd> '((lib "browser") 1 0)) #<path:b... === context === /usr/local/lib/racket/collects/racket/match/runtime.rkt:19:0: match:error /usr/local/lib/racket/collects/setup/parallel-do.rkt:93:69 /usr/local/lib/racket/collects/setup/setup-unit.rkt:601:17: thunk /usr/local/lib/racket/collects/setup/main.rkt: [running body]
7 Views
no comments
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library work;
entity fsm is
port(
clk : in std_logic;
rstn : in std_logic
4 Views
no comments
TEmazos de siempre: - Who let the dogs out - chumbawamba - Shaggy - Boombastic - The Cranberries - Zombie - War-LOW RIDER - Alex Gaudino Feat. Christal Waters - Destination Calabria 1. ìYou Give Love a Bad Nameî - Jonathan B. Jovi + Simian - We Are Your Friends - you cant always get what you want
6 Views
no comments
#include<iostream> using namespace std; bool available[110][51000]; int coins[110]; int dp(int coinCount) { int count=0; for(int i=0;i<coinCount;i++) count+=coins[i]; for(int i=0;i<=coinCount;i++)
5 Views
no comments
declare @manufacturerpartinfoid uniqueidentifier declare @MaterialID uniqueidentifier declare @prof varchar(8000) declare getMaterials cursor for select MaterialID from Material open getMaterials fetch next from getMaterials into @MaterialID while @@fetch_status=0 begin
6 Views
no comments
#include <vector> #include <list> #include <map> #include <set> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional> #include <numeric>
9 Views
no comments
<asp:Panel ID="pnlPopup" style="display:none;" runat="server"> <input id="hidStatus2" type="hidden" runat="server" value="False" /> <asp:HiddenField ID="hidStatus" Value="False" runat="server" /> <asp:UpdatePanel ID="UpdatePanel3" runat="server"> <ContentTemplate> <asp:Panel ID="pnlWizard" style="position:relative; font-family:Tahoma; font-size:11px; background-color:#d4d0c8; border:solid 2px #8f8d88; width:650px; height:400px;" runat="server"> <asp:Panel ID="pnlWizardHeader" style="position:absolute; width:650px; background-color:#fff; height:60px; border-bottom:solid 1px #8e8b85;" runat="server"> <asp:Label ID="lblWizardHeaderTitle" runat="server"></asp:Label> <br /> <asp:Label runat="server" Text="Paso"></asp:Label>
6 Views
no comments
Select ot.* from outorder o (nolock) inner join outorderrow ot (nolock) on ot.comp_id = 0 and ot.outorder = o.outorder and ot.art_id = 3 OR ot.art_id = 170 OR ot.art_id= 284 and ot.status <> 60 and ot.outorderrow <> 2 and ot.outorderrow <> 3 where o.status <> 60 and o.min_del_date between '2010-07-20' and '2010-08-10'
5 Views
no comments
package {
import flash.display.*;
import flash.net.*;
import flash.text.TextField;
import flash.text.TextFieldType;
public class Main extends MovieClip {
var MyTextField1:TextField = createTextField(10, 40, 300, 20);
var childRef:DisplayObject = null;
private var nullArray:Array;
5 Views
no comments
internal static CodeExpression GenerateExpressionForValue(PropertyInfo propertyInfo, object value, Type valueType) { CodeExpression expression = null; if (valueType == null) { throw new ArgumentNullException("valueType"); } PropertyDescriptor descriptor = null; if (propertyInfo != null) {
8 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
