Toller Text

Unser toller Blog

Menu

Category: Software development

Rust package file structure

No Comments
| Software development, Spickzettel

cargo relies on the file structure to determine what to build. This can get a bit complicated because there can be multiple binary crates, one library crate, and various integration tests (unit tests are in the tested files themselves), benchmarks and examples for the library crate. So here’s a cheatsheet. Every name that contains “some” […]

Read More »

If I were to make my own Go…

No Comments
| Software development

Read More »

The sleep states of the ESP32

2 Comments
| Elektronik, Software development

For the ESP8266 see here. Both ESP-IDF and the Arduino core are still very unstable, again (as with the ESP8266) with the Arduino core being seemingly more mature. (Wire.begin() worked out of the box while I couldn’t get i2c_master_cmd_begin() to work properly.) This is especially true for the power management functions, so…

Read More »

The sleep states of the ESP8266

10 Comments
| Elektronik, Software development

For the ESP32 see here. As there is quite a bit of confusing documentation about the power management of the ESP8266, here’s a little overview.

Read More »

USB-Debugging mit Tablet von Point of View

No Comments
| Android, Software development

Das Tablet TAB-PROTAB30-IPS10 der niederländischen Firma Point of View ist nicht in der Liste der OEM-Treiber von Google gelistet, es wird aber auch nicht automatisch vom Google-USB-Treiber erkannt. Es hat die Vendor-ID 2207 und die Product-ID 0010. Um damit USB-Debugging über ADB zu machen, muss man: einen USB-Treiber von Google besorgen, z.B. über den SDK Manager in […]

Read More »

Erkenntnisse zu Zeichensätzen und AJAX

No Comments
| Software development, Spickzettel

Da ich nirgendwo verlässliche Informationen über die Behandlung von Zeichensätzen im Zusammenhang mit XMLHttpRequests* finden konnte, habe ich selbst einige Versuche angestellt und bin zu folgenden Erkenntnissen gelangt:

Read More »

Linksammlung: Firefox erweitern

No Comments
| Linksammlung, Software, Software development

Ich stand vor dem Problem, ein Kryptographie-Modul für den Zugriff auf eine Smartcard für ein Client-Zertifikat installieren zu wollen. In Firefox 3.0 ging das noch mit…

Read More »

C-Schnellkurs

No Comments
| Software development

Hier habe ich aus "The C book" alles zusammengefaßt, was man nicht intuitiv erwartet:

Read More »

PHP Token Viewer

No Comments
| Software development

Um die Möglichkeiten und Nicht-Möglichkeiten der PHP-Funktion token_get_all() abzuschätzen, habe ich ein kleines Skript gebaut, das die Tokens anzeigt:

Read More »

Über Funktionen in PHP

No Comments
| Software development, Spickzettel

Funktionen müssen nicht definiert werden, bevor man sie verwendet, außer sie sind bedingt definiert. Die "Bedingung" kann auch darin bestehen, daß die Funktion innerhalb einer anderen Funktion definiert wird; die äußere Funktion muß dann erst ausgeführt werden bevor die innere aufgerufen werden kann. Dies steht auch in der Doku. Funktionen, die direkt in einer Klasse […]

Read More »

Posts navigation

1 2 Next

Categories

  • Administration
  • Allerlei
  • Android
  • Anekdoten
  • Elektronik
  • Konzepte
  • Language
  • Linksammlung
  • Software
  • Software development
  • Spickzettel
  • Testberichte
  • Unternehmen

Meta

  • Log in
  • Entries RSS
  • Comments RSS
  • WordPress.org

Toller Text 2023 . Powered by WordPress