Vikram Bahl
Home
About
English
  • How to make a WordPress Website in 99 minutes

    Jun 3, 2014 · 9 min read · hostgator plugins web design web development wordpress website  ·
    Share on:

    Update 2021 So the content on this page needs to be refreshed to reflect modern web development. The steps to register the domain name and build the site may not work as shown in the video. I plan to refresh the content on this page. -- This is a Step-by-Step tutorial on how to make a wordpress website. By the end of …

    Read More
  • Python code to list all files in a directory

    Mar 16, 2014 · 1 min read · python  ·
    Share on:

    Python contains useful modules to execute file and folder operations. It makes use of the ‘os’ module to carry out file system operations. To illustrate, the python code to get the current working directory is: import os os.getcwd() . On OSX, the output of that is: '/Users/vikrambahl/Documents' . The ‘os’ module makes …

    Read More
  • OpenGL mesh viewer

    Oct 19, 2013 · 1 min read · c++ computer graphics lighting opengl texturing  ·
    Share on:

    This application was the first one I created while learning computer graphics at NTU. It parses a .m file, which is nothing but a bunch of numbers representing vertices (x, y, z) in the 3D plane. The resulting 3D model is displayed in the viewport. Options for orthogonal/perspective projection along with various …

    Read More
  • Secure Data Sanitization

    Oct 19, 2013 · 1 min read · data data shredding publications  ·
    Share on:

    Published a paper on techniques for shredding data from storage devices. Guttman’s algorithm to DoD to the NSA algorithm were all put to test on a 1GB flash drive. The results were published in this paper. This browser does not support PDFs. Please download the PDF to view it: Download PDF.

    Read More
  • Signal processing with python

    Oct 19, 2013 · 1 min read · audio pycon pyo python signal processing  ·
    Share on:

    Gave a talk on audio signal processing with python at PyCon Singapore 2013. I started using python to quickly prototype a beat recognition system for my masters dissertation. I realised the power of python in signal processing. The speed at which you can test algorithms is astounding. You can perform a cross FFT on the …

    Read More
  • Introduction to HTML5 & WebGL

    Oct 18, 2013 · 1 min read · computer graphics html5 webgl  ·
    Share on:

    Recently gave a talk on HTML5 and WebGL, talking about how it has changed the web app landscape. The presentation slides talk about these topics: HTML5 vs HTML4.0/XHTML HTML5 vs Flash Intro to WebGL Graphics pipeline Vertex & fragment shaders Cool WebGL and HTML5 demos So check it out:

    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»
Vikram Bahl photo

Vikram Bahl

Cloud computing enthusiast
Read More

Recent Posts

  • Clean Data Is the Foundation of Effective Machine Learning
  • Switch GitHub account on macOS terminal
  • Pass the AZ-900 Azure Fundamentals in your first attempt
  • The best way to experience the Himalayas
  • Accessing files stored by the iOS Simulator
  • Online Guitar App
  • Converting Storyboard from iPhone to iPad in 4 simple steps
  • Adding Animated Gif’s in iOS Applications using Xcode Storyboards

Categories

IOS-DEVELOPMENT 4 PYTHON 3 SOFTWARE 2 TRAVEL 2 XCODE 2 AI 1 APPLE 1 AUDIO-PROCESSING 1 AZ-900 1 AZURE 1 C++ 1 CERTIFICATIONS 1 CLOUD 1 CLOUD-101 1
All Categories
AI1 APPLE1 AUDIO-PROCESSING1 AZ-9001 AZURE1 C++1 CERTIFICATIONS1 CLOUD1 CLOUD-1011 COMPUTER-GRAPHICS1 CREATE-A-WORDPRESS-WEBSITE1 DATA-CLEANING1 DATA-SANITIZATION1 DATA-SCIENCE1 FLASH1 GITHUB1 GOOGLE-MAPS-SDK1 HIMALAYAS1 HOSTGATOR1 HOSTING1 HTML51 INDIAHIKES1 INDONESIA1 IOS-DEVELOPMENT4 MACHINE-LEARNING1 ML1 MOUNT-BROMO1 MOUNT-IJEN1 OPENGL1 OSX1 PUBLICATIONS1 PYCON1 PYTHON3 RUPIN-PASS1 SOFTWARE2 TALKS1 TRAVEL2 TREKKING1 WEB-DEVELOPMENT1 WEBGL1 WORDPRESS1 XCODE2
[A~Z][0~9]

Tags

APP-DEV 4 IOS 4 PYTHON 3 COMPUTER-GRAPHICS 2 ACTIONSCRIPT 1 ADOBE-FLASH 1 AI 1 AUDIO 1 C++ 1 DATA 1 DATA-CLEANING 1 DATA-SCIENCE 1 DATA-SHREDDING 1 GIFS 1
All Tags
ACTIONSCRIPT1 ADOBE-FLASH1 AI1 APP-DEV4 AUDIO1 C++1 COMPUTER-GRAPHICS2 DATA1 DATA-CLEANING1 DATA-SCIENCE1 DATA-SHREDDING1 GIFS1 GITHUB1 GOOGLE-MAPS1 GUITAR1 HIMALAYAS1 HOSTGATOR1 HTML51 INDIA1 INDIAHIKES1 INDONESIA1 IOS4 JAVA-ISLAND1 LIGHTING1 MACHINE-LEARNING1 MACOS1 ML1 MOUNT-BROMO1 MOUNT-IJEN1 MOUNT-PANANJAKAN1 ONLINE-GUITAR1 OPENGL1 PLUGINS1 PUBLICATIONS1 PYCON1 PYO1 PYTHON3 RUPIN-PASS1 SEA-OF-SAND1 SIGNAL-PROCESSING1 SUNRISE-VIEW1 TEXTURING1 TRAVEL1 TREKKING1 VOLCANOES1 WEB-DESIGN1 WEB-DEVELOPMENT1 WEBGL1 WORDPRESS-WEBSITE1
[A~Z][0~9]
Vikram Bahl

Copyright  VIKRAM BAHL. All Rights Reserved