In einem Blog auf ZDNet.com werden die aktuellen technologischen Trends sehr gut dargestellt.
http://www.zdnet.com/article/the-enterprise-technologies-to-watch-in-2017/
17.10.17
15.10.17
Öffentlichkeitsgesetze
So erhält man Zugriff auf amtliche Dokumente - ein Artikel von Saldo:
Links:
- www.oeffentlichkeitsgesezt.ch
- www.edoeb.admin.ch
- Beobachter Artikel: https://www.beobachter.ch/gesetze-recht/offentlichkeitsgesetz-es-ist-ihr-recht-dahinter-zu-sehen
Im Ausland:
14.10.17
Integrating PyGame into 64-Bit Portable (Win-) Python
If you download the PyGame installation files (from http://www.pygame.org/download.shtml) for the WinPython 64-Bit edition, it is likely that you get following error messages:
According to the following Stackoverflow article, the 32-Bit PyGame libraries are causing such problems, and they need to be replaced by the 64-Bit versions, which are maintained under following website: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
(amongst them is the PyGame)
The files are listed on this website as "*.whl" files, which are in fact ZIP files and can be opened by 7-Zip.
The subfolder "pygame-1.9.3.data" contains all header files, which need to be copied to the "include" folder of WinPython portable installation:
The subfolders "pygame" and "pygame-1.9.3.dist-info" subfolders are needed to be copied to "..\Lib\site-packages" folder:
After copying the folders to the appropriate directories, you can check it with "import pygame" in Python Shell (which does not necessarily needed to be restarted).
If everything goes well, Python Shell could correctly import the PyGame libraries and you can work with it.
According to the following Stackoverflow article, the 32-Bit PyGame libraries are causing such problems, and they need to be replaced by the 64-Bit versions, which are maintained under following website: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame
(amongst them is the PyGame)
The files are listed on this website as "*.whl" files, which are in fact ZIP files and can be opened by 7-Zip.
The subfolder "pygame-1.9.3.data" contains all header files, which need to be copied to the "include" folder of WinPython portable installation:
The subfolders "pygame" and "pygame-1.9.3.dist-info" subfolders are needed to be copied to "..\Lib\site-packages" folder:
After copying the folders to the appropriate directories, you can check it with "import pygame" in Python Shell (which does not necessarily needed to be restarted).
If everything goes well, Python Shell could correctly import the PyGame libraries and you can work with it.
9.10.17
Kompetenzenatlas
Eine übersichtliche Darstellung der Kompotenzen mit Links und weitere Erklärungen in einer Matrix-Struktur.
http://kompetenzatlas.fh-wien.ac.at/?page_id=1096
http://kompetenzatlas.fh-wien.ac.at/?page_id=1096
Kompetenzenatlas |
Subscribe to:
Posts (Atom)
Nvidia's GauGan App
NVIDIA's GauGAN AI Machine Learning Tool creates photorealistic images from Simple Hand Doodling http://nvidia-research-mingyuliu.com/...
-
Code Snippet Index Page (from KTM Wiki) A Access DPI Access an External Database Active Page Index Add a Word Add an Alternative ...
-
Robocopy (Robust File Copy for Windows) is a very strong tool, which integrated in Windows since Vista. But the tool has lots of parameters ...
-
CodeBlocks Arduino IDE is a customized distribution of the open-source Code::Blocks IDE enhanced for Arduino development. It provides mor...