Skip to content
DragonlordWarlock.com

DragonlordWarlock.com

Home of the Dragonlord Warlock/Norin Nightfire

  • Home
  • About Me
  • Poetry
  • Photos
  • Programming
  • Wallpaper
  • Norin Nightfire
  • Privacy Policy
  • Home
  • Administrator
  • Page 20

Author: Administrator

Jenni Wallpaper

Posted on 2013-01-012017-12-05 By Administrator
Blondes, Goddess, Jenni, Photoshop, wallpaper, women

Star Trek Wallpaper

Posted on 2012-12-292012-12-29 By Administrator
Art, Photoshop, star trek, wallpaper

Protected: Wallpaper Nude

Posted on 2012-12-252018-11-11 By Administrator
Nude, Photoshop

There is no excerpt because this is a protected post.

Fractal Tree C++ Logo Output

Posted on 2012-12-112014-10-01 By Administrator
c++, programming

#include <cstdio> #include <cstdlib> #include <ctime> #include <string> usingnamespace std; class ifstree { public: float minfactor; float maxfactor; float bend; float angle; float initlen; int fdim; ifstree(); void turnleft(float ang) { printf(“lt %4.2f\n”, ang); }; void turnright(float ang) { printf(“rt %4.2f\n”, ang); }; void movefw(float value) { printf(“fw %4.2f\n”, value); }; void movebw(float value) { … Read More “Fractal Tree C++ Logo Output” »

Javascript

Posted on 2012-11-18 By Administrator
javascript, programming

I am planning to do practice some javascript programming at the console rather than embedded in a web page. My main system runs windows so it does support jscript in the windows scripting host. However, I want something better than what windows provides. One of the possibilities was Google’s V8 interpreter, the fastest javascript interpreter … Read More “Javascript” »

Haiku

Posted on 2012-11-15 By Administrator
operating systems

I was trying out Haiku, a updated and maintained version of BeOS. The interface is a neat but takes getting used to as it very much different than windows or any flavor of linux. The icons are cute and performance seems well even though I was running it in a virtual environment. It uses a … Read More “Haiku” »

ROT13 C++

Posted on 2012-11-132014-10-01 By Administrator
c++, programming

The following program (written in C++) creates a filter program for converting ascii into ROT13 encoding. A very simple cypher where each character in the alphabet is replaced with the 13th letter from its position. To download a compiled windows compatible binary, click here. #include <cstring> #include <cstdio> #include <cctype> using namespace std; char translate(char … Read More “ROT13 C++” »

Protected: Old Pin-up photoshop sketch effect

Posted on 2012-11-132018-11-11 By Administrator
Art, Photoshop

There is no excerpt because this is a protected post.

Cruxshadows – Birthday

Posted on 2012-11-10 By Administrator
Uncategorized

A Tree in Logo

Posted on 2012-10-302014-10-01 By Administrator
programming

Lately I been using a dialect of the LOGO programming language (papert). Today I wrote a fractal tree drawing which I am impressed after trying to get the angles right, based on a earlier experiment that used 45 degree angles this one is based on a more natural looking 30 degrees. The result is a … Read More “A Tree in Logo” »

Posts pagination

Previous 1 … 19 20 21 … 41 Next

Archives

Categories

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Advert

  • Facebook

Copyright © 2026 DragonlordWarlock.com.

Theme: Oceanly News Dark by ScriptsTown