Results 1-25 of about 7,005 results found for 'fuck' in 0.30 seconds
 1 2345678910...

wtf.el
    ("AFD" . "away from desktop")
    ("AFK" . "away from keyboard")
    ("AFU" . "all fucked up")
    ("AFW" . "away from window")
    ("AIU" . "as i understand")
Language: Lisp
License: GPL
(C) 2005, 2006, 2007 Michael Olson
LOC: 820
Savannah NonGNU : erbot (project search) : .../erbot/erbot/erbot/contrib/wtf.el

badwords.php
����
���
fuck
Language: PHP
LOC: 5
Spider_306 : Justo Software (project search) : .../Spider_306/justo/justo_forum-1-0.zip/Forum/badwords.php

badwords.db.php
fuck+[^\s]*
sucker
shit
Language: PHP
LOC: 3
Spider_20090529_inc : Chant (project search) : .../chant/chant/widgets/badwords/badwords.db.php

ComputeUserCosts.java
          t.setTact (rs.getInt ( "tact" ) );
          //System.out.println (t.toString ());
          //System.out.println ("before the fucking add-method...");
          ((Vector)tarif. get ( ts )). addElement ( t );
          //System.out.println ("after the fucking add-method...");
Language: Java
LOC: 898
SourceForge : ControlIt (project search) : .../controlit/ControlIt/modules/connectionAccounting/ComputeUserCosts.java

test246.py
support.compileJPythonc("test246c.py", package="test246p", output="test246.err")
#
# This will fuck up the remaining tests if this test is aborted midways.
#
import sys
Language: Python
LOC: 18
SourceForge : Jython (project search) : .../jython/bugtests/test246.py

ClanBomber.h
#endif
// we like profanity in open source software, please read the following words carefully:
// fuck, pussy, dick, sperm, motherfucker
//
// hope our source code will now be censored by all governments that suck.
Language: C++
License: GPL
(C) 1999 by Andreas Hundt, Denis Oliver Kropp
LOC: 196
SourceForge : ClanBomber (project search) : .../clanbomber/ClanBomber2/clanbomber/ClanBomber.h

request.c
     while ((bytes = fread (buffer, sizeof (gchar), sizeof (buffer), fd)))
     {
          /* If this is the first line and starts with Content-Type, fuck it and the next one too */
          if (!total_bytes)
          {
Language: C++
License: GPL
(C) 2000-2001 Pablo Fernndez
LOC: 299
SourceForge : Cronos II (project search) : .../cronosii/cronosII-scratch/libcronosII/request.c

rewrite.php
);
$backrewrite = array(
     '|test|'=>'fuck',
);
?>
Language: PHP
LOC: 8
Spider_315 : QuickFramework (project search) : .../quickfw/QuickFWv1.2.tar.gz/QuickFWv1.2/application/rewrite.php

maskword.inc.php
<?php
/**屏蔽一些敏感词汇**/
$CACHE_MASKWORDS = array("sex", "fuck");
?>
Language: PHP
LOC: 3
Spider_319 : ualink b2b (project search) : .../ualinkb2b/media/tmp/data/maskword.inc.php

maskword.inc.php
<?php
/**屏蔽一些敏感词汇**/
$CACHE_MASKWORDS = array("sex", "fuck");
?>
Language: PHP
LOC: 3
Spider_319 : PHP B2B Trading Marketplace Script (project search) : .../upload/data/tmp/data/maskword.inc.php

censor.inc.php
<?
$words[] = "fuck";
$words[] = "shit";
$words[] = "nigger";
Language: PHP
LOC: 7
Spider_20090107_inc : Killer Guestbook (project search) : .../inc_004/k-guestbook/k-guestbook-a2.zip/kguestbook-a2/censor.inc.php

badwords.php
<?php
$badwords['fuck']='f**k';
$badwords['FUCK']='F**K';
$badwords['shit']='s**t';
Language: PHP
LOC: 6
Spider_20090401_inc : BMForum (project search) : .../bmforum/bmf_2007_56_stable.zip/bmb/datafile/badwords.php

I_video.c
    graphics_started = true;
}
// for fuck'n debuging
void IO_Color( byte color, byte r, byte g, byte b )
{
Language: C++
License: GPL
(C) 1993-1996 by id Software, Inc....
LOC: 217
SourceForge : DooM Legacy (project search) : .../doomlegacy/doomlegacy/djgppdos/I_video.c

I_video.c
    graphics_started = true;
}
// for fuck'n debuging
void IO_Color(byte color, byte r, byte g, byte b)
{
Language: C++
License: GPL
(C) 1993-1996 by id Software, Inc....
LOC: 209
SourceForge : DooM Legacy (project search) : .../doomlegacy/doomlegacy_stable/djgppdos/I_video.c

doctor.el
(doctor-put-meaning whiskey 'alcohol)
(doctor-put-meaning scotch 'alcohol)
(doctor-put-meaning fuck 'sexverb)
(doctor-put-meaning fucked 'sexverb)
(doctor-put-meaning screw '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

filter.php
/* Note: This filters bad words thats why it has them in it :-p */
function filter($text){
     $text = str_replace("fuck","f***");
     $text = str_replace("FUCK","F***");
     $text = str_replace("Fuck","F***");
Language: PHP
LOC: 8
Spider_20090401_inc : A php webcam - phpwebcam-.2 (project search) : .../phpwebcam/aphpwebcam-.2.tar/aphpwebcam-.2/functions/filter.php

badwords.php
<?php
$xoopsBadWords[] = "fuck";
$xoopsBadWords[] = "shit";
?>
Language: PHP
LOC: 4
Spider_20090228_inc : H-xOOps - h-xoops core (project search) : .../html/modules/system/cache/badwords.php

fucku.c
main()
{    while(1)
     {   fprintf(stderr,"fuck off arsehole\n");
         fflush(stderr);
         sleep(1);
Language: C
LOC: 8
Spider_20081217_inc : The Portable Unix Programming System (project search) : .../inc_003/pups/dist.supups/pupscore.src/fucku.c

test.php
<?
     if (ereg("[^0-9]", $_GET['i'])) 
          echo "fuck";
     else
          echo "ok";
Language: PHP
LOC: 6
Spider_20090227_inc : nforum (project search) : .../nforum/nforum-25042004.tar.gz.---/tmp/nforum/test.php

test.php
<?
     if (ereg("[^0-9]", $_GET['i'])) 
          echo "fuck";
     else
          echo "ok";
Language: PHP
LOC: 6
Spider_20090227_inc : nforum (project search) : .../009/nforum/nforum/test.php

test_nbread.pl
});
$obj->add({
     name => 'fuck',
     address => '192.168.3.202',
     port => 12000,
Language: Perl
LOC: 30
Spider_20081217_inc : Network FIFO (project search) : .../batches/inc_003/netfifo/monotech_fifo/test_nbread.pl

censor.php
  // to use this file add a line like this:
  // $profan[]="badword";
  $profan[]="fuck";
  $profan[]="shit";
  $profan[]="motherfucker";
Language: PHP
LOC: 7
Spider_20090529_inc : Nuke Modules CVS - PHPInfo (project search) : .../PN_Phorum21/modules/phorum/include/censor.php

censor.php
  // to use this file add a line like this:
  // $profan[]="badword";
  $profan[]="fuck";
  $profan[]="shit";
  $profan[]="motherfucker";
Language: PHP
LOC: 7
Spider_20090107_inc : Vibewire.net (project search) : .../vibewire/devphorum1-0.ZIP/phorum-3.3.2a/include/censor.php

curses.php
     "damn",
     "bitch",
     "fuck",
     "ass",
     "nigger",
Language: PHP
LOC: 12
Spider_20090228_inc : GALant - GALant Releases (project search) : .../008/galant/galant_0.9.2_GDI.zip/admin/curses.php

censor.php
  // to use this file add a line like this:
  // $profan[]="badword";
  $profan[]="fuck";
  $profan[]="shit";
  $profan[]="motherfucker";
Language: PHP
LOC: 7
Spider_20081217_inc : Web Asso (project search) : .../webasso-0.9/www/forum/include/censor.php

 1 2345678910...

Project Matches

GBrainFuck - A BrainFuck language interpreter

ReverseFuck - This is interpreter of the ReverseFuck...

gbf - A BrainFuck language interpreter.

esoteric-engines - Java JSR-223 Scripting ...uages - This library contains some JSR-223 scripting...









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