Les Partages de Memiks
Tag cloud
Picture wall
Daily
Plugins
  • ► Play Videos
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
11 results tagged Dev  ✕
debugpoint.com - tutorials | how-to guides | app highlights https://www.debugpoint.com/
Mon Aug 31 00:21:35 2020 archive.org
QRCode
Comments

tutorials | how-to guides | app highlights

blog linux dev debug news
Les développeur(euse)s toxiques - Je suis un dev https://www.jesuisundev.com/les-developpeurs-euses-toxiques/
Mon Mar 25 16:50:46 2019 archive.org
QRCode
Comments
thumbnail

Un(e) développeur(euse) toxique est une personne envoyée par Satan dans ton open space. Cette personne regarde ta code review et connait pas la définition de politesse.

toxique dev boulot
Setting up devkitARM to build LövePotion on Windows, Applicable to most 3DS homebrew however · GitHub https://gist.github.com/Xtansia/253fab75708131346ade1d9a5aea5a37
Tue Dec 12 18:53:35 2017 archive.org
QRCode
Comments
thumbnail
  1. Run devkitProUpdater-1.6.0.exe, devkitARM is the only thing you need to install.

  2. Setup MSYS2: (Skip this if you already have properly setup MSYS2)

    1. Download and install MSYS2 following instructions here.
    2. Run MSYS2 64bit > MSYS2 MinGW 64 bit from Start.
    3. Run the following to install the necessary tools:
    pacman --needed -S base-devel git mingw-w64-x86_64-toolchain
  3. Run your shell (ie. MSYS2 64bit > MSYS2 MinGW 64 bit), then change into your development/working directory, ie.:

    cd /c/Users/Xtansia/Development/3ds/
  4. Build and install latest 3ds_portlibs:

    git clone https://github.com/devkitPro/3ds_portlibs
    cd 3ds_portlibs
    make zlib
    make install-zlib
    make freetype libjpeg-turbo libpng libogg
    make install
    cd ..
  5. Build and install latest ctrulib:

    git clone https://github.com/smealum/ctrulib
    cd ctrulib/libctru
    make
    make install
    cd ../..
  6. Build and install latest citro3d:

    git clone https://github.com/fincs/citro3d
    cd citro3d
    make
    make install
    cd ..
  7. Build and install latest sf2dlib:

    git clone https://github.com/xerpi/sf2dlib
    cd sf2dlib/libsf2d
    make
    make install
    cd ../..
  8. Build and install latest sfillib:

    git clone https://github.com/xerpi/sfillib
    cd sfillib/libsfil
    make
    make install
    cd ../..
  9. Build and install latest sftdlib:

    git clone https://github.com/xerpi/sftdlib
    cd sftdlib/libsftd
    make
    make install
    cd ../..
  10. Build latest LövePotion:

    git clone https://github.com/VideahGams/LovePotion
    cd LovePotion
    mkdir game
    # put your game stuff in game
    make
3ds dev devkit arm
Artisan développeur - GBProd http://gb-prod.fr/2016/06/12/artisan-developpeur.html#a-larrache
Tue Jun 14 20:03:38 2016 archive.org
QRCode
Comments
thumbnail

Absolument génial cet article !

franchement une bonne vision des choses :

  • chaque langage à sa raison d'être et sa meilleure utilisation
  • chaque chose à sa place...
  • on ne fait pas les tests unitaires qu'a la fin
  • on écrit pas les cas d'usages en cours de développement mais AVANT

etc...

dev bonne pratique code vision artisan
134931180_347671be56_o.jpg (Image JPEG, 800 × 600 pixels) http://static.flickr.com/50/134931180_347671be56_o.jpg
Thu Mar 10 23:27:23 2016 archive.org
QRCode
Comments
thumbnail

C'est toujours sympa à rappeler ;)

image humour dev balancoire client
DevDocs API Documentation http://devdocs.io/
Thu Dec 24 15:22:21 2015 archive.org
QRCode
Comments
thumbnail

DevDocs is an API documentation browser that combines 60+ docs in a single UI with offline mode, instant search, keyboard shortcuts, and more.

dev doc
mike's world: howto mount qcow2 images http://michaelmk.blogspot.fr/2011/12/howto-mount-qcow2-images.html
Wed May 13 20:46:22 2015 archive.org
QRCode
Comments
thumbnail

Commencer par créer les devices:
sudo modprobe nbd max_part=8

utiliser qemu-nbd pour monter l'image sur le device:
sudo qemu-nbd -c /dev/nbd0 guest.img

puis monter le device dans un répertoire:
sudo mount /dev/nbd0p1 /mnt/guest

démonter le montage une fois fini de travailler sur l'image.
sudo umount /mnt/guest

et voila.

qemu qcow2 image mount dev
Guess the Programming Language | Tutorialzine http://tutorialzine.com/2014/06/guess-the-programming-language/
Mon Jun 23 20:15:45 2014 archive.org
QRCode
Comments
thumbnail

Quant à moi j'ai :

Great job!
You guessed 18 out of 20!

Mais je pratique ENORMEMENT de language "juste pour le fun" je suis passionné d'info, développeur pro, freelance ET j'aime apprendre :x

du coup... c'est normal.

PS: eliminer les languages qui NE sont PAS celui proposé, c'est plus simple ;)

jeu language dev
8 conseils pour jeunes développeurs http://pym.me/posts/8-conseils-pour-jeunes-developpeurs/
Fri Mar 2 17:22:29 2012 archive.org
QRCode
Comments
thumbnail
conseil dev jeune
PHP: Récupérer le contenu d’une page web avec cURL http://www.dinduks.com/tutoriel-recuperer-le-contenu-dune-page-web-avec-curl
Thu Oct 20 20:58:23 2011 archive.org
QRCode
Comments
thumbnail

un bon petit tutoriel utilisant curl pour expliquer comment récupérer une page web et une partie de celle ci en php.
Cool si on veut intégrer directement du contenu (libre de préférence) dans son site.

curl php lienscurl dev développement tutoriels Bonjour vais travers tutoriel montrer comment utiliser concrètement cURL PHP récupérant description partir decurl
How To Jailbreak iPhone 4, iPhone 3GS Using Limera1n [Windows] - iPhone Hacks http://www.iphonehacks.com/2010/10/how-to-jailbreak-iphone-4-iphone-3gs-using-limera1n-windows.html
Thu Oct 20 07:09:26 2011 archive.org
QRCode
Comments
thumbnail

Geohot surprised everyone by releasing limera1n yesterday, a day before the release of greenpois0n by the Chronic Dev Team. Limera1n can jailbreak iPhone 3GS, iPhone 4, iPad, iPod Touch 3G and the new iPod Touch 4G. In this guide, we will take you through the step by step procedure to...

geohot how jailbreak limera1n ios 0 iphone 3gs windows Geohot surprised everyone by releasing yesterday day before release greenpois0n Chronic Dev Team Limera1n iPhone 3GS iPad iPod Touch 3G new 4G In this guide take through step procedure
4033 links, including 962 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn