Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 15:28

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Showing results 1 to 25 of 200
Search took 0.02 seconds.
Search: Posts Made By: 0xFADED
Forum: General Coding 06/04/2019, 11:13
Replies: 5
Views: 725
Posted By 0xFADED
Read the question again elmarcia. OP...

Read the question again elmarcia.
OP specifically asked for a solution that treats punctuation like it was enclosed in whitespace.
Split is not enough here, it will yield the false ["string,"]...
Forum: General Coding 06/03/2019, 16:06
Replies: 5
Views: 725
Posted By 0xFADED
I dont know python, but basically you just need...

I dont know python, but basically you just need to loop through the characters and buffer them until you hit a space or punctuation.

Here's an example in C++:


std::string input = "Hi, Ich...
Forum: Video Art 05/28/2019, 14:05
Replies: 3
Views: 1,067
Posted By 0xFADED
Ka ob das noch relevant ist, aber wenn du keine...

Ka ob das noch relevant ist, aber wenn du keine panik vor der Konsole hast geht's mit FFMPEG recht einfach.
Allerdings kommts da drauf an ob du exakt jedes Xte frame haben willst, oder "ein frame...
Forum: Off Topic 01/30/2019, 17:21
Replies: 4
Views: 489
Posted By 0xFADED
Das ding heisst Abtropfgitter

Das ding heisst Abtropfgitter
Forum: Coding Releases 12/07/2018, 13:39
Replies: 8
Views: 1,359
Posted By 0xFADED
Ach quatsch Edge wird doch jetzt mit Webkit neu...

Ach quatsch Edge wird doch jetzt mit Webkit neu gebaut :rollsafe:

[Only registered and activated users can see links]
Forum: Coding Releases 12/07/2018, 11:41
Replies: 8
Views: 1,359
Posted By 0xFADED
Firefox bekommt mit v65 uebrigens WebP support. ...

Firefox bekommt mit v65 uebrigens WebP support.
Ist seit einigen tagen schon in der Beta aka "Developer Edition" angekommen.

[Only registered and activated users can see links]
...
Forum: General Coding 12/04/2018, 02:33
Replies: 13
Views: 1,507
Posted By 0xFADED
My take on Day 3:...

My take on Day 3: [Only registered and activated users can see links]

Probably overcomplicated af, but it works :kappa:
Forum: .NET Languages 11/30/2018, 20:12
Replies: 3
Views: 997
Posted By 0xFADED
Um welches Browsergame geht's denn ueberhaupt?

Um welches Browsergame geht's denn ueberhaupt?
Forum: C/C++ 11/10/2018, 22:40
Replies: 5
Views: 1,478
Posted By 0xFADED
Screenshots eignen sich eher maessig gut zum...

Screenshots eignen sich eher maessig gut zum helfen. Vor allem dann wenn nur eine einzige Funktion sichtbar ist.

Kannst du uns vielleicht noch mehr Code geben und den dann ueber Platformen wie...
Forum: C/C++ 11/09/2018, 14:17
Replies: 5
Views: 1,478
Posted By 0xFADED
Hey, wir koennen dir bestimmt helfen, aber magst...

Hey, wir koennen dir bestimmt helfen, aber magst du uns vorher noch ein paar mehr informationen geben?

zB:
- Wo genau hakt's?
- Was hast du schon probiert?
- Welchen fehler hast du bekommen?
-...
Forum: Java 11/09/2018, 14:04
Replies: 7
Views: 1,045
Posted By 0xFADED
Ich nehm bei sowas immer gern die Stream APIs von...

Ich nehm bei sowas immer gern die Stream APIs von Java 8, dann ists ein einzeiler.


int[] original = {5,1,3,8,3,7,2,5};

int[] sorted = Arrays.stream(original).distinct().toArray();
...
Forum: Web Development 11/05/2018, 01:56
Replies: 2
Views: 490
Posted By 0xFADED
Kenne mich nicht mit Optimizepress aus, aber...

Kenne mich nicht mit Optimizepress aus, aber womit das gehen sollte ist WooCommerce.
Die haben iirc out-of-box support fuer virtuelle produkte und bezahlte downloads.
Siehe...
Forum: Web Development 03/28/2018, 11:30
Replies: 21
Views: 1,214
Posted By 0xFADED
"Bis zur hälfte" zu prüfen macht null sinn. Du...

"Bis zur hälfte" zu prüfen macht null sinn.
Du kannst nicht wissen ob jemand nen /64, /56, /48, oder whatever hat.
Und selbst wenn du das irgendwie wissen könntest würde dir der check nichts...
Forum: Web Development 03/18/2018, 17:04
Replies: 21
Views: 1,214
Posted By 0xFADED
Das ist bei DS-Lite erwartetes Verhalten wenn...

Das ist bei DS-Lite erwartetes Verhalten wenn deine Domain zum Zeitpunkt des Tests noch keinen AAAA Record hatte. Ohne AAAA Record baut dein PC eine IPv4 Verbindung über das NAT deines ISPs und...
Forum: General Coding 02/24/2018, 16:57
Replies: 8
Views: 1,116
Posted By 0xFADED
Hier ist mal die Liste von der Serraniel...

Hier ist mal die Liste von der Serraniel gesprochen hat.
10, 44, 56, 61, 145 sind zb nette einfache aufgaben imo.

Wenn Google dir mal nicht weiterhelfen kann kannste uns aber auch gerne auf...
Forum: General Coding 01/10/2018, 00:15
Replies: 977
Views: 217,827
Posted By 0xFADED
Am besten war immer noch der hier: ...

Am besten war immer noch der hier:

[Only registered and activated users can see links]
Forum: .NET Languages 01/06/2018, 16:50
Replies: 15
Views: 1,507
Posted By 0xFADED
Guck dir eventuell mal PhantomJS...

Guck dir eventuell mal PhantomJS ([Only registered and activated users can see links]) und CasperJS ([Only registered and activated users can see links]) dafür an.

Dein Problem sollte sich damit eig. relativ easy lösen lassen.
Ist zwar leider JavaScript,...
Forum: Coders Trading 12/01/2017, 10:46
Replies: 16
Views: 1,275
Posted By 0xFADED
> mfw ...

> mfw
[Only registered and activated users can see links]
Forum: Coders Trading 11/30/2017, 12:18
Replies: 16
Views: 1,275
Posted By 0xFADED
How exactly is that supposed to work? Do you...

How exactly is that supposed to work?

Do you expect us to hack Valve in order to get the updates before they launch?

Would you write them a nice "pls give updates early" e-mail?

Or do you...
Forum: Java 10/19/2017, 20:08
Replies: 6
Views: 1,181
Posted By 0xFADED
Richtig. Steht aber auch an der Seite. - ...

Richtig. Steht aber auch an der Seite.

-

Die Idee ist dich zum Entwickeln anzuregen und Problemlösung zu trainieren.
Einfach nur runtercoden was ich oder ein anderer dir super detailiert...
Forum: Java 10/19/2017, 19:59
Replies: 6
Views: 1,181
Posted By 0xFADED
Hier sind "ein paar" ;) -

Hier sind "ein paar" ;)

-
Forum: General Coding 10/19/2017, 11:58
Replies: 4
Views: 852
Posted By 0xFADED
Hier noch ein paar links: ...

Hier noch ein paar links:

[Only registered and activated users can see links]

[Only registered and activated users can see links]
Forum: General Coding 10/19/2017, 11:55
Replies: 3
Views: 554
Posted By 0xFADED
Die Stimme in der App klingt nach dem TTS das in...

Die Stimme in der App klingt nach dem TTS das in Android mitgeliefert wird ([Only registered and activated users can see links]).
Wenns ein Webservice sein soll: Amazon's...
Forum: General Coding 10/13/2017, 10:40
Replies: 977
Views: 217,827
Posted By 0xFADED
Gar keins :lul: Wir sind grade dabei die...

Gar keins :lul:

Wir sind grade dabei die Firma in richtung Scrum umzubiegen aber irgendwie Funktioniert das nur mässig gut.
Vor allem deswegen weil wir nicht genug Leute sind um nen Scrum Master...
Forum: Web Development 10/07/2017, 15:02
Replies: 9
Views: 789
Posted By 0xFADED
Wie der Fehler schon sagt wurde das...

Wie der Fehler schon sagt wurde das DOMSubtreeModified event als veraltet markiert.
Der empfohlene Weg ist die "MutationObserver" Klasse zu der du hier ne Doku findest:...
Showing results 1 to 25 of 200

 
Forum Jump

All times are GMT +1. The time now is 15:30.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.