Giter VIP home page Giter VIP logo

code.makery.ch's People

Contributors

alperenkirimer avatar chakram avatar davidmue avatar eugenedotru avatar fairjm avatar gitaristby avatar integermanual avatar invincibl-e avatar iokumus avatar jabby avatar juliodinis avatar ksclero avatar leonisx avatar linychuo avatar luigimartin avatar magomar avatar marcojakob avatar mdejeans avatar mistra avatar mrudnytskyi avatar olgi3rd avatar passacaglia avatar publicstaticjohngalt avatar qrasik avatar regiusk avatar renestalder avatar shfhp avatar yasharne avatar zhrb avatar zikoel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

code.makery.ch's Issues

Thread.currentThread()

Thread.currentThread() is a static method which provides reference to currently executing Thread (basically a reference to 'this' thread). Accessing non-static members (especially this ) inside a static method is not possible in Java, so currentThread() is a native method.

Migrate to Hugo

Since the currently used Static Site Generator (mixture.io) has been discontinued long ago, we have to switch to another generator. We plan to migrate to Hugo. It's not a trivial task with all the languages and complex structure of tutorials and tutorial parts.

Trying tutorial on Android Studio with actual versions

The pubspec.yaml was changed to this versions to work:
name: hello_dart
version: 0.3.3
description: A visual and playful introduction to programming with the Dart language.
homepage: https://code.makery.ch/library/hello-dart/
documentation: https://github.com/marcojakob/hello-dart
environment:
sdk: '>=2.0.0 <3.0.0'
dependencies:
collection: ^1.14.12
stagexl: ^2.0.0
string_scanner: ^1.0.5
meta: ^1.6.0

dev_dependencies:
build_runner: ^1.9.0

stagexl needed to be updated, as some analyzer and meta version clashed. meta is now at 1.7.2 for me, which seems to work

So how to build it?

I've read README.md but yet I don't understand and what do I need to translate?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.