iny

1,983
Reputation
179 views

Registered User

Name iny
Member for 1 year
Seen 7 hours ago
Website
Location Espoo, Finland
Age 32
I have long work experience with Java. In my own projects I use Python.
Nov
11
comment adding a keyword argument to an overriden method and using **kwarg
You can use pop instead of get + del.
Nov
11
comment Managing many git repositories
There is no "the script". I'm using a script that I have written for my own needs, but it is not generic.
Oct
28
accepted How can I make HTML safe for web browser with python?
Oct
23
revised How can I make HTML safe for web browser with python?
added 94 characters in body; added 1 characters in body
Oct
23
revised How can I make HTML safe for web browser with python?
added 1 characters in body
Oct
23
answered How can I make HTML safe for web browser with python?
Oct
22
comment How can I make HTML safe for web browser with python?
That is why I would prefer an existing solution instead of doing it myself.
Oct
22
revised How can I make HTML safe for web browser with python?
Clarification
Oct
22
comment How can I make HTML safe for web browser with python?
Clickable links are not a problem. Images and other references normally fetched automatically are.
Oct
22
revised How can I make HTML safe for web browser with python?
added 75 characters in body
Oct
22
comment How can I make HTML safe for web browser with python?
What would you expect from web based email reader? I'm interested in both more and less safe solutions.
Oct
22
asked How can I make HTML safe for web browser with python?
Oct
21
revised How can I wrap a Java enum and still iterate over it?
Simplify.
Oct
21
answered How can I wrap a Java enum and still iterate over it?
Oct
18
answered Why JOptionPane prevents ActionListener on JButton???
Oct
18
revised Referer in php-
edited tags
Oct
12
awarded  Yearling
Oct
7
revised How would one implement bash-like tab completion?
added 147 characters in body; added 148 characters in body
Oct
7
answered How would one implement bash-like tab completion?
Oct
5
comment What is the reverse of (ArrayList).toString for a Java ArrayList?
Implementing own buggy parser is just wrong. Using tested library is much better, always.
Oct
5
answered What is the reverse of (ArrayList).toString for a Java ArrayList?
Sep
21
revised Dependent columns in a JTable.
edited tags
Sep
13
comment Using an ActionListener in one class to start a timer in another class.
How the actionPerformed gets sim?
Sep
13
answered Show just the current branch in Git
Sep
13
answered Extending Generic Abstract Class & Correct Use of Super
Sep
8
awarded  Nice Answer
Jul
28
awarded  Necromancer
Jul
18
comment How can I convert the decimal representation of an IP address into binary?
en.wikipedia.org/wiki/…
Jun
27
accepted BufferedImage’s getSubimage performance
Jun
26
awarded  
Jun
17
accepted Parsing HTTP User-Agent string
Jun
12
comment Changing JTable reference at runtime - not appearing in GUI
Because new components need to be added somewhere to show up.
Jun
12
comment Best way to use contains in an ArrayList in Java?
Look at the source code for ArrayList and you'll see that the implementation is quite simple already.
Jun
9
answered Synchronizing JTable and JTree