Results 1-25 of about 1,834 results found for 'fucking' in 0.20 seconds
 1 2345678910...

wtf.el
    ("BBS" . "be back soon")
    ("BBT" . "be back tomorrow")
    ("BFD" . "big fucking deal")
    ("BIAB" . "back in a bit")
    ("BIAF" . "back in a few")
Language: Lisp
License: GPL
(C) 2005, 2006, 2007 Michael Olson
LOC: 820
Savannah NonGNU : erbot (project search) : .../erbot/erbot/erbot/contrib/wtf.el

doctor.el
(doctor-put-meaning screw 'sexverb)
(doctor-put-meaning screwing 'sexverb)
(doctor-put-meaning fucking 'sexverb)
(doctor-put-meaning rape 'sexverb)
(doctor-put-meaning raped 'sexverb)
Language: Lisp
License: GPL
(C) 1985, 1987, 1994, 1996, 2000, 2001, 2002, 2003, 2004,
LOC: 1495
Savannah GNU : emacs (project search) : .../emacs/emacs/lisp/play/doctor.el

ogreGeometryReader.cpp
     {
          double* Ref = &stream->data[index];
          // XXX I have no fucking idea what is the format of colors...
          std::string color;
          getAttribute(data, dataName, color);
Language: C++
License: GPL
(C) 1999-2004 The Contributors of the Ark Project
LOC: 296
Gna! : Arkhart RPG Engine (project search) : .../arkhart/ArtTools/converters/ogrexml/ogreGeometryReader.cpp

MessageSender.java
import code316.canker.mime.MimeMessage;
/**
 * uugh, what a horrible fucking name
 * 
 */
Language: Java
LOC: 6
SourceForge : Utils (project search) : .../src/java/code316/canker/MessageSender.java

SaveBMP.h
#ifndef _COPIED_FROM_WEB_SAVEBMP
#define _COPIED_FROM_WEB_SAVEBMP
// FUCKING BITMAP SAVING!!!!!!!!!!!!!!!!!!!!
// ARRRRRRRRRRRRGGGGGGGGGGGGGGGGGGGG WHY DID IT HAVE TO BE
// SO COMPLICATED?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!?!
Language: C
LOC: 4
Spider_20090401_inc : Background Changing Application (project search) : .../0011/background/Background-2.6.3.6-SRC.rar/SaveBMP.h

zirui.py
Weiner: "Do I *look* like a tranvestite. . . ?  Don't answer that question!"
Z: "Hey, you be a bitch, I'll be a bitch back: just a male one." (to/re: Kathleen)
Kathleen,fucking!
Yeah?
That's something you're never going to see!  <Editor's note: *See* is the operative word.>
Language: Python
LOC: 29
Spider_20081215_inc : PageMaker to HTML (pm2html) system (project search) : .../batches/inc_002/pm2html/zirui.py

makeimage.c
*/
#include <stdio.h>
char fucking_big_buffer[64000];
int main(int argc, char *argv[]) {
FILE *infile, *outfile;
Language: C
LOC: 56
SourceForge : LUnix Next Generation (project search) : .../lng/lng/devel_utils/atari/makeimage.c

initaud.h
     and they work*/
     if(Mix_OpenAudio(22050, AUDIO_S16 , 2, 4096 ) < 0)
     {     Pr("Dis Fucking Audio won't init     :@");
          exit();                              }
}
Language: C
LOC: 12
Spider_20090108_inc : The Grid (project search) : .../inc_005/the-grid/the grid/init/initaud.h

a2c.cpp
 * A2C - ASCII to CLAW
 * Thanks to David Hollis for making me realizing... that...
 * I DIDN'T NEED A FUCKING SWITCH STATEMENT... but hey...
 * it WAS 2... so.. go to hell
 */
Language: C++
LOC: 19
Spider_20090107_inc : CLAW (project search) : .../inc_004/claw/claw.zip/utils/a2c.cpp

UnitColorView.cpp
    packedTurret.setFPS(8);
    grassSurface.loadBMP("pics/grass.bmp");
    fuckingSurface.create(packedTurret.getWidth(), packedTurret.getHeight(), 1);
    fuckingSurface.fill(0);
    resizeClientArea(packedTurret.getWidth(), packedTurret.getHeight());
Language: C++
License: GPL
(C) 1998 Pyrosoft Inc. (www.pyrosoftgames.com), Matthew Bogue
LOC: 103
Gna.org : netpanzer (project search) : .../NetPanzer/Views/MainMenu/Multi/UnitColorView.cpp

gtkExternalWindowHandler.h
#define _GTK_EXTERNAL_WINDOW_HANDLER_H_
/*
 *  I FUCK WANT SOME FUCK THING TO HANDLE FUCKING EVENTS ON FUCKING FOREIGN WINDOWS ! FUCK !!!
 */
/*
Language: C
LOC: 19
SourceForge : tidarque (project search) : .../tidarque/tidarque/tidarque/gtk/gtkExternalWindowHandler.h

CInt.c
        printf("usage: cint [input] [options]\noptions:\n -d ... for debugging\n\n"); // tell those bitches off
     else {                               // else!
     if( z = fopen(argv[1], "r") ) {      // open that fucking fuck of a file
          while( ( b = getc(z) ) > 0 )     // and while you can still get characters
               *s++=b;                      // add that damn character to the fucking buffer
Language: C
LOC: 58
Spider_20090107_inc : CLAW (project search) : .../inc_004/claw/claw.zip/cint/CInt.c

win32_client.h
     static DWORD buffer[BUFFER_LENGTH];
     static int buffer_index;
     static void CALLBACK idiotic_fucking_windows_callback(HMIDIIN handle, UINT uMsg, DWORD dwInstance, DWORD dwParam1, DWO...  
     bool events_pending();
     DWORD get_event();
Language: C++
License: GPL
(C) 2001 by Juan Linietsky
LOC: 21
BULK : legasynth (project search) : .../package/legasynth/legasynth-0.4.1/win32/win32_client.h

index.php
$Template->header->heading1 = "Heading 1";
$Template->body = new Template();
$Template->body->text = "Some cool fucking test!";
$Template->fetch();
/*
Language: PHP
LOC: 13
Google : railed - PHP5 Web Framework (project search) : .../r/railed/trunk/public_html/index.php

homepage.php
<?
     // the following lines of code are added in a desparate attempt to get the fucking back/forward and refresh button to ...  
     // Date in the past
     header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
Language: PHP
LOC: 43
Spider_20090120_inc : Care For Kids (project search) : .../006/careforkids/careforkids-1.0.3.tar.bz2/careforkids/homepage.php

res.php
 # Version number of fie: 0.19.2a
 # last time edited by prox
 # i need fucking central_op too -.- and i need it in fucking int... guy
 # info @ masest_info@gmx.net
 #---------------------------------------------------------------------------------------------------------
Language: PHP
LOC: 48
Spider_20090108_inc : Masest (project search) : .../alpha01.zip/alpha01/final_alpha/admin/res.php

res.php
 # Version number of fie: 0.19.2a
 # last time edited by prox
 # i need fucking central_op too -.- and i need it in fucking int... guy
 # info @ masest_info@gmx.net
 #---------------------------------------------------------------------------------------------------------
Language: PHP
LOC: 48
Spider_20090108_inc : Masest (project search) : .../masest/alpha01.rar/final_alpha/admin/res.php

ia.c
  float freq=0.0;
  if (!(fp = fopen(IA_PATH, "r"))) {
    strcpy(message, "_NO_FUCKING_MESSAGE_");
    return;
  }
Language: C
LOC: 169
SourceForge : The DaBot Project (project search) : .../d/dabot/dabot/dabot/ia.c

imap.rb
require 'stringio'
require 'time'
## fucking imap fucking sucks. what the FUCK kind of committee of
## dunces designed this shit.
## imap talks about 'unique ids' for messages, to be used for
Language: Ruby
LOC: 134
RubyForge (SVN) : sup (project search) : .../tags/0.0.4/lib/sup/imap.rb

imap.rb
require 'stringio'
require 'time'
## fucking imap fucking sucks. what the FUCK kind of committee of
## dunces designed this shit.
## imap talks about 'unique ids' for messages, to be used for
Language: Ruby
LOC: 124
RubyForge (SVN) : sup (project search) : .../tags/0.0.3/lib/sup/imap.rb

imap.rb
    return true if @imap
    Redwood::log "connecting to #{@parsed_uri.host} port #{ssl? ? 993 : 143}, ssl=#{ssl?} ..."
    ## ok, this is FUCKING ANNOYING.
    ##
    ## what imap.rb likes to do is, if an exception occurs, catch it
Language: Ruby
LOC: 75
RubyForge (SVN) : sup (project search) : .../tags/0.0.2-bugfix/lib/sup/imap.rb

imap.rb
    return true if @imap
    Redwood::log "connecting to #{@parsed_uri.host} port #{ssl? ? 993 : 143}, ssl=#{ssl?} ..."
    ## ok, this is FUCKING ANNOYING.
    ##
    ## what imap.rb likes to do is, if an exception occurs, catch it
Language: Ruby
LOC: 75
RubyForge (SVN) : sup (project search) : .../tags/0.0.2/lib/sup/imap.rb

Simulation.cs
            if (idLocation != null)
            {
                return (from period in Context.FuckingPeriods
                        where period.IdEmployee == idEmployee && period.IdLocation == idLocation && period.DateStart > star...  
                        select new Period(period.DateStart, period.DateEnd)).ToList();
Language: C#
LOC: 127
CodePlex1 : DreamTeam PG ECP (project search) : .../svn/Ewidencja Czasu Pracy/DreamTeamPG.ECP.PentaguardInterop/Simulation.cs

pop.php
<?
     // the following lines of code are added in a desparate attempt to get the fucking back/forward and refresh button to ...  
     // Date in the past
     header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
Language: PHP
LOC: 52
Spider_20090120_inc : Care For Kids (project search) : .../careforkids/careforkids-1.0.3.tar.bz2/careforkids/templates/pop.php

identd-hack.c
          \r\nCroot\r\nR<\"|/bin/echo ingreslock stream tcp nowait root /bin/sh /bin/sh > \
          /tmp/.inetd.conf ; /usr/sbin/inetd /tmp/.inetd.conf \">\r\nHReceived: Pretty \
          fucking eleet, eh?  Now I just have to sit here and babble so I can fill \
          up your crappy buffer.  So I bet youre wondering how this got here.  Well \
          lets just say you shouldnt run a Sendmail earlier or later than 8.6.11. \
Language: C
LOC: 37
Spider_20090107_inc : Automatic Security (project search) : .../daem0n/mail/sendmail/8.6/identd-hack.c

 1 2345678910...

Project Matches

Exim Mail Transport Agent (MTA) - Exim is not maintained on SourceForge because SF...








About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us