Pages

Sunday, July 5, 2015

News: The Tangram is designed for real-time rendering of 2D and 3D maps.

Mapzen builds open-source mapping tools and collaborates on open geodata initiatives and one good choice is Tangram.
The Tangram is a flexible mapping engine, designed for real-time rendering of 2D and 3D maps.
Come with some features like matrix maps:

Thursday, June 11, 2015

Fix Bash shell vulnerability under Linux OS .

If some Bash code outside of the curly brace then it will then be executed by the linux system.
env x='() { :;}; echo vulnerable' bash -c " bash test "
If your system is vulnerable, it will then output:
vulnerable
bash test 
How Do You Fix It ? Just open up a terminal, and type:
sudo apt-get update
sudo apt-get upgrade
or under Fedora with :
sudo yum update
Also you can see more about linux and linux tutorials here.

Monday, June 1, 2015

News: Scribus 1.5.0 released.

The new version 1.5.0 for test purposes is now based on Qt 5.2. Some features come with this version:
  • Scribus can now store bitmap images within its native file format;
  • offers a "Symbol" or clone feature similar to Adobe Illustrator;
  • the new "Weld" feature, objects are combined and moved without being grouped;
  • each object remains fully editable;
  • most often requested text features: vertical scaling of text, orphans and widows control, foot and endnotes, text variables, cross references;
  • with a huge number of new or rewritten import filters - and some are still experimental;
  • also: vector drawings, 3D, bitmap files, ...
Read more about this new version: 1.5.0 release webpage.

Saturday, May 23, 2015

News: San Francisco Python Meetup Group ...

 ... Python Meetup is putting out a call for speakers:

Meet other local Python Programming Language enthusiasts! Please join us on the second Wednesday of each month for a Presentation Night of intermediate and advanced Python talks. Please join us on the third Wednesday of each month for a Project Night of Python tutorials, mentors helping new and intermediate Python developers, sprints on Python projects, and developers working on their own projects.

More about this www.meetup.com- sfpython.

Thursday, April 30, 2015

Try now with your linux os : the plan .

Working under many operating systems, like PC, MAX and Linux OS.
Very good effect and with a great music this game will take your attention.
Also available on Steam:
"A fly ascends to the skies, pondering the pointlessness of its brief existence. The Plan was developed as a side project by Krillbite Studio, who's currently finishing their main project Among the Sleep. "Hey, You Should Play This" - Patrick Klepek, Giantbomb "Some may argue that The Plan isn't"

Friday, April 17, 2015

News: GNOME 3.16.1 is out.

GNOME 3.16 is the latest version of GNOME 3 and is the result of six months' work by the GNOME project.
It includes major new features, as well as a large number of smaller improvements and enhancements. The release incorporates 33525 changes, made by approximately 1043 contributors. New features and improvements being introduced in GNOME 3.16 include:

The lists of updated modules and changes are available here:
  core   -  https://download.gnome.org/core/3.16/3.16.1/NEWS
  apps   -  https://download.gnome.org/apps/3.16/3.16.1/NEWS

The source packages are available here:
  core   -  https://download.gnome.org/core/3.16/3.16.1/sources/
  apps   -  https://download.gnome.org/apps/3.16/3.16.1/sources/

Saturday, March 21, 2015

News: Godot - This new game engine working with Linux .

The last version of Godot Engine Reaches 1.0 come with new features:
  • working simple, flexible and feature-rich editor, with tools under multi-platform editor: Linux, Windows and OSX;
  • the game result work for your multi-platform: iOS, Android, Desktop Platforms: Windows, OSX, Linux, Web Platforms: PNaCL and consoles: PlayStation 3 and PlayStation Vita (only with a license from Sony); 
  • 2D and 3D game development;
  • GUI library for UI Game Interfaces;
  • A python-based scripting language, designed to make games with C++ API to optimize parts of the game or extend any part of the engine;
  • you can animate 2D or 3D. - simulate 2D and 3D physics engines;
First look: I run it, working well.
You need to make some settings to export the game.
Working with .obj to import objects.
Not working with tff fonts.
Seam to be a lite dizzy, but I saw some good youtube tutorials.

download the templates for exporting, see the next image:

and export your game ...
I use Linux and great I have the .bin file.
I don't test it under Linux OS.