Thrasos Website

Sometimes I write about tech and code, and sometimes I don't.

Menu
  • Home
  • About
Menu

Author: thrasos

html css game of thrones

Posted on August 30, 2016 by thrasos
Read more

FTP easter egg

Posted on July 18, 2016 by thrasos

So this just happened. I do trust my computer. Gotta love easter eggs. A bit unnerving though gotta say.

Read more

Cyprus Satellite

Posted on March 31, 2016March 31, 2016 by thrasos

A satellite photo of Cyprus by night.   Pic-by-Stuart-Rankin

Read more

Psematismenos

Posted on January 25, 2016March 7, 2016 by thrasos
Read more

Fog in Nicosia

Posted on January 6, 2016 by thrasos
Read more

PHP – 10 helpful PHP functions and snippets

Posted on July 23, 2015 by thrasos

Sanitize database inputs When inserting data in your database, you have to be really careful about SQL injections and other attempts to insert malicious data into the db. The function below is probably the most complete and efficient way to sanitize a string before using it with your database. function cleanInput($input) { $search = array(…

Read more

Augmented Reality Developer Platform

Posted on June 7, 2015March 5, 2016 by thrasos

How exciting! magic leaps Augmented Reality SDK.   P.S Sex, Porn, Strip app under way

Read more

Peter Sunde’s Talk at the Transmediale 2015

Posted on June 4, 2015March 9, 2016 by thrasos

This is said by the guy who co-founded the pirate bay, attempted a couple of startups and went to prison There’s a few big moments in life where you feel that something moves you deeply. Graduating school. Getting your first kiss. Writing that first book, publishing that first scientific document. A loved one dies. Getting your…

Read more

java – Create a Dictionary from a text file.

Posted on April 30, 2015March 5, 2016 by thrasos

It takes a text file as input and outputs all the words in that file in alphabetical order, one word per line, ignoring duplicates. [cc lang=”java” tab_size=”2″ lines=”105″] import java.io.*; import java.util.*; public class Dictionary { public static void main(String[] args) { try{ FileReader fr = new FileReader(“words.txt”); BufferedReader br = new BufferedReader(fr); String s;…

Read more
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 11
  • Next
  • GitHub
  • LinkedIn
  • Twitter
  • Telegram
  • Cleaning up VCARD contacts without a phone.January 29, 2023
  • Docker Compose Notes #2December 15, 2022
  • Docker Notes #1December 14, 2022
  • A.I generated poem in GreekDecember 11, 2022
  • A.I. Generated ArtDecember 10, 2022
  • A.I. generated art.December 9, 2022
  • MailCow, simple html in maindomainSeptember 10, 2022
  • CamouflageFebruary 1, 2022
  • Kerkhoffs principleNovember 16, 2020
  • ASCII ARTAugust 13, 2020
© 2023 Thrasos Website