New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
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 -
Today @ 11:15am
Tags:
3 Views
no comments
 
C++
#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++)
Today @ 2:57am
Tags:
3 Views
no comments
 
C++
#include <vector>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
by TeCNoYoTTa   Today @ 2:04am
Tags:
3 Views
no comments
 
C++
 
#include <vector>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
Today @ 1:58am
Tags:
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();
by santagauss   Yesterday @ 7:59pm
Tags:
5 Views
no comments
 
dfgdfg
Yesterday @ 3:18pm
Tags:
4 Views
no comments
 
C++
#include <vector>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
Yesterday @ 12:50pm
Tags:
6 Views
no comments
 
<li>', $context['current_time'], '</li>
Yesterday @ 12:19pm
Tags:
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>';
Yesterday @ 12:18pm
Tags:
6 Views
no comments
 
C++
#include<iostream>
#include<conio.h>
using namespace std;
 
class insan
{
      private:
              int yas;
              int boy;
      public:
by CWRampi   Yesterday @ 11:32am
Tags:
3 Views
no comments
 
C#
[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);
           }
Yesterday @ 11:25am
Tags:
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&amp;&amp;%20href.indexOf('png')&lt;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);}});
Yesterday @ 10:04am
Tags:
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]
Yesterday @ 9:04am
Tags:
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
Yesterday @ 8:47am
Tags:
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
Yesterday @ 7:58am
Tags:
6 Views
no comments
 
C++
#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++)
Yesterday @ 6:47am
Tags:
5 Views
no comments
 
SQL
 
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
Yesterday @ 6:37am
Tags:
6 Views
no comments
 
C++
#include <vector>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
Yesterday @ 6:09am
Tags:
9 Views
no comments
 
test paste
Yesterday @ 5:42am
Tags:
4 Views
no comments
 
C#
http://codepaste.net/recent
by http://codepaste.net/mysnippets   Yesterday @ 3:15am
5 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>
Yesterday @ 2:45am
Tags:
6 Views
no comments
 
SQL
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'
Yesterday @ 1:39am
Tags:
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;
Yesterday @ 1:08am
Tags:
5 Views
no comments
 
C#
int x=0;
Thursday @ 8:26pm
Tags:
6 Views
no comments
 
C#
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)
    {
by BaBuBy   Thursday @ 7:29pm
Tags:
8 Views
no comments
 
brought to you by:
West Wind Techologies


If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate