Copy Source | Copy HTML @AnimalsHarmedDuringTheMaking( number = 1 , animal = "" , disclosure = " Fermie 2 " ) public class ConstantTimePrimalityTest {
Copy Source | Copy HTML @AnimalsHarmedDuringTheMaking( number = 1 , animal = "" , disclosure = " Fermie 2 " ) public class ConstantTimePrimalityTest {
Copy Source | Copy HTML @AnimalsHarmedDuringTheMaking( number = 1 , animal = "" , disclosure = " Fermie 2 " ) public class ConstantTimePrimalityTest {
Copy Source | Copy HTML @AnimalsHarmedDuringTheMaking( number = 1 , animal = "" , disclosure = " Fermie 2 " ) public class ConstantTimePrimalityTest {
Copy Source | Copy HTML @AnimalsHarmedDuringTheMaking( number = 1 , animal = "" , disclosure = " Fermie 2 " ) public class ConstantTimePrimalityTest {
Copy Source | Copy HTML @AnimalsHarmedDuringTheMaking( number = 1 , animal = "" , disclosure = " Fermie 2 " ) public class ConstantTimePrimalityTest {
Copy Source | Copy HTML
- @CarbonFootprint (
- value = 6 . 28318531 ,
- units = GRAMS_PER_MEGAJOULE)
- public interface Holodeck {
Copy Source | Copy HTML
- @ProbablyIllegalIn (number = 17, region = STATES)
- public Money extractFractionalPennies (Account account);
Copy Source | Copy HTML
- @WrittenWhile ( "surfing chatroulette" )
- public interface You {
- void spin Right Round; Right Round ( Me me );
- }
Copy Source | Copy HTML
- public void setBonusMultiplier ( @ThisHadBetterNotBe (NEGATIVE ) double multiplier) {
- this.multiplier = multiplier ;
- }
- public void misappropriate ( @ThisHadBetterBe (THE_STOLEN_DEATH_STAR_PLANS ) DataTape tape) {
- r2.record ( tape.play ( ));
- ship.getEscapePod (). insert ( r2 ) .jettison ();
- }
Copy Source | Copy HTML
- public class FluxCapacitor {
- @Noop ( "see how long it will be before Emmett realizes that he no longer travels in time" )
- public void setDate ( Date date ) {
- this.date = date ;
- }
- public void setSpeed ( int speed ) {
- this.speed = speed ;
- }
Copy Source | Copy HTML
- @Roulette (
- probability = 0 . 005 ,
- exception = PayYourContractorException,
- message = "Courtesy reminder" )
- public Service getRockSolidService () {
Copy Source | Copy HTML
- @Alliteration
- Peck pickledPeppers = peterPiper.pick ();
- @Haiku
- public void checkNodes () {
- if ( tree.hasAnyLeafNodes ( )) {
- freshenLeavesOn ( tree );
- }
- }
- @HapaxLegomenon
- public interface Honorificabilitudinitatibus {
- void achieve ( Honor honor );
- }
- @Metaphor
- public interface Life extends Box <Chocolate> {
- }
- @ Meter ( TROCHAIC )
- public abstract double axisOffset ();
- @Oxymoron
- public interface DisassemblerFactory {
- Disassembler createDisassembler ();
- }
- @Palindrome
- Event e = gala.get ( n, EVE );
- @Synecdoche
- Network fiber = NetworkFactory.createNetwork ();
Copy Source | Copy HTML
- @LOL @Facepalm
- @WTF ("just use Collections.reverse ()")
- @Booyah
- private static < T > void invertOrdering (List < T > list) {
- for (int i = 0; i < list.size () / 2; i ++) {
- int j = list.size () - 1 - i;
- T item1 = list.get (i);
- T item2 = list.get (j);
- list.set (i, item2);
- list.set (j, item1);
- }
- }
Copy Source | Copy HTML
- @ObligatoryQuote (
- quote = "Remember, raptors run at 10 m / s and they do n't know fear."
- source = Source.XKCD,
- citation = "http://xkcd.com/135/")
- public Route planRoute (FloorPlan floorPlan, Set <Velociraptor> raptors);
Copy Source | Copy HTML
- @Magic
- public static int negate ( int n ) {
- return new Byte ( (byte ) 0xFF) .hashCode ()
- / ( int ) ( short ) '\ uFFFF' * ~ 0
- * Character.digit ( '0', 0 ) * n
- * ( Integer.MAX_VALUE * 2 + 1 )
- / ( Byte.MIN_VALUE >> 7 ) * ( ~ 1 | 1 );
- }
Copy Source | Copy HTML
- @ThisWouldBeOneLineIn (<br/> language = "haskell" <br/> toWit = "product [1..n]" )
- public int factorial ( int n ) {
- int fac = 1 ;
- for ( int i = 1; i <= n; i ++ ) {
- fac * = i ;
- }
- return fac;
- }
Source: https://habr.com/ru/post/89647/
All Articles