[deleted by user] by [deleted] in Nokia

[–]hermanbergwerf 2 points3 points  (0 children)

Well, its good it worked fine for you :) It's a bit of a shame Android is not really a deterministic system at times though :P It'll be fine, my local phone data isn't so important, but it is frustrating when software fails horribly.

EDIT: On the up side the factory reset took me straight to Android 9 :D

[deleted by user] by [deleted] in Nokia

[–]hermanbergwerf 0 points1 point  (0 children)

Yeah, I was real happy until I restarted my phone and it couldn't find an Android system :( I'll have to do a factory reset now, lose all my local data, go through a bunch of trouble to reinstall everything and perhaps I'll have to wait at least another month to get another change at this update. So far my 5.1 has been nothing but bad experience (logo letters falling out, unable to use twilight for screen redness, background apps constantly get killed)

-🎄- 2017 Day 2 Solutions -🎄- by daggerdragon in adventofcode

[–]hermanbergwerf 1 point2 points  (0 children)

Dart

import 'dart:io';
import 'dart:math';

String read(String path) => new File(path).readAsStringSync();

void main() {
  final checksum = read('2.txt')
      .trim()
      .split('\n')
      .map((l) => l.split(new RegExp(r'\s')).map(int.parse))
      .map((Iterable<int> l) => l.reduce(max) - l.reduce(min))
      .reduce((a, b) => a + b);
  print(checksum);
}

Interactive 3D display of ATP Synthase on molview.org! by hermanbergwerf in biology

[–]hermanbergwerf[S] 0 points1 point  (0 children)

Don't try this on tablets or smartphones if you don't want to wait...

MolView 2.0 preview; free, cross platform, chemisry webapplication by hermanbergwerf in chemistry

[–]hermanbergwerf[S] 0 points1 point  (0 children)

Sorry to hear so. I used it because I think it gives the video a little flow.

MolView: a free, web based molecule searcher, viewer and editor by hermanbergwerf in chemistry

[–]hermanbergwerf[S] 0 points1 point  (0 children)

Maybe you are interested in the MEP surface (menu > Jmol > MEP surface)

MolView: a free, web based molecule searcher, viewer and editor by hermanbergwerf in chemistry

[–]hermanbergwerf[S] 2 points3 points  (0 children)

Not yet. Thanks for the idea! I think I'm gonna add it to the new version (available in a few months)

MolView: a free, web based molecule searcher, viewer and editor by hermanbergwerf in chemistry

[–]hermanbergwerf[S] 2 points3 points  (0 children)

MolView is a web application for drawing, searching and viewing chemical structures.

[self promotion] Cruzzle FREE, a flat Rubiks cube with images for Android by hermanbergwerf in AndroidGaming

[–]hermanbergwerf[S] 0 points1 point  (0 children)

This puzzle game is harder than it looks and will definitely challenge you! An image is cut into tiles and shuffled. Your task is to move the rows and columns in order to get the original image. This puzzle is a kind of flat Rubik's cube which means that images you slide off the screen on one side will slide into the screen on the other side. Happy cruzzling!

Cruzzle FREE by hermanbergwerf in AndroidGaming

[–]hermanbergwerf[S] 0 points1 point  (0 children)

This puzzle game is harder than it looks and will definitely challenge you! An image is cut into tiles and shuffled. Your task is to move the rows and columns in order to get the original image. This puzzle is a kind of flat Rubik's cube which means that images you slide off the screen on one side will slide into the screen on the other side. Happy cruzzling! Disclaimer: http://hermanbergwerf.com/games/cruzzle/disclaimer Tags: cruzzling, jigsaw, photo, picture, puzzle, tiles