Skip to content
NinethSense oWnZ mE!

Praveen's CTO Blog

  • Home
  • CTO Dictionary
  • Home
  • CTO Dictionary
  • Code

    Upload/Download file to/fro MongoDB in Java

    August 28, 2020 - By Praveen Nair

    Continue Reading
  • Code

    Bookmark: Raise event from a WPF User control

    August 14, 2020 - By Praveen Nair

    This blog is just for sample code keeping. // UserControl1.xaml <UserControl x:Class=”WpfApp1.UserControl1″              xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation”              xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml”              xmlns:mc=”http://schemas.openxmlformats.org/markup-compatibility/2006″              xmlns:d=”http://schemas.microsoft.com/expression/blend/2008″              xmlns:local=”clr-namespace:WpfApp1″              mc:Ignorable=”d” Background=”Red” Height=”186.646″ Width=”411.693″>     <Grid>         <Button Content=”Button” HorizontalAlignment=”Left” Margin=”80,72,0,0″ VerticalAlignment=”Top” Width=”75″ Click=”Button_Click”/>     </Grid> </UserControl> // UserControl1.xaml.cs namespace WpfApp1 {     /// <summary>     /// Interaction logic for UserControl1.xaml     /// </summary>     public partial class UserControl1 : UserControl     {         public event EventHandler MyButtonClick;         public UserControl1()         {             InitializeComponent();         }         private void Button_Click(object sender, RoutedEventArgs e)         {             this.MyButtonClick(this, new EventArgs());         }     } } //…

    Continue Reading
  • Articles - Code - Vlog

    Python Programming series in Malayalam–Part 3 | How computers think

    July 29, 2020 - By Praveen Nair

    Read the article here – https://www.janmabhumi.in/read/python-programming-part-3/ Watch video:

    Continue Reading
  • Code

    Coding for fun: JavaScript based simple doodle

    July 3, 2020 - By Praveen Nair

    Here is a pure JavaScript based, basic drawing tool. It supports both mouse and tap. Demo URL: https://ninethsense.github.io/code-share/Doodle/

    Continue Reading
  • Bookmark - Code

    Bash script to backup using lftp

    June 28, 2020 - By Praveen Nair

    Can use below script to gzip a folder, and upload to a FTP site. We can use a cron task to schedule it.

    Continue Reading
  • Code

    A basic JavaScript drawing interpreter

    June 26, 2020 - By Praveen Nair

    Coding for fun… An attempt to make a fully JavaScript based canvas drawing interpreter in മലയാളം/Malayalam. Try in action here – https://ninethsense.github.io/code-share/CanvasDrawing/ Source Code:

    Continue Reading
  • Code

    Web based single-page, light weight HTML editor with auto-save, using HTML, JavaScript and PHP

    June 14, 2020 - By Praveen Nair

    Source Code:

    Continue Reading
  • Code - Events - Technology - Tips & Tricks

    My wp-ShowGithubFile plugin is accepted by WordPress today!

    June 13, 2020 - By Praveen Nair

    Though I wrote the plugin initially for personal use, now the same is available for you to use in your WordPress sites. Link: https://wordpress.org/plugins/wp-showgithubfile/ You can either download it from the directory, or install directly within your WordPress installation. Here is a live demo of the plugin:

    Continue Reading
  • Code

    My Groovy HelloScript contribution to community

    June 9, 2020 - By Praveen Nair

    Here goes my contribution to HelloScript project by Praseed Pai. GitHub: https://github.com/praseedpai/HelloScript_files/blob/master/Groovy/HelloScript.groovy Source Code: [Code generated by wp-ShowGithubFile plugin]

    Continue Reading
  • Code - Technology

    WordPress plugin – Show your source code directly from GitHub in your blog/website

    June 7, 2020 - By Praveen Nair

    Show a file, preferably source code file content in a WordPress blog post or page.  This plugin shows always the latest code from GitHub. Visit my GitHub repository to download the plugin for free – https://github.com/ninethsense/wp-ShowGithubFile Source Code: (Live Example directly from GitHub 🙂

    Continue Reading
 Older Posts
Newer Posts 

Categories

  • AI/ML (9)
  • Architecture (16)
  • Articles (10)
  • Automation (5)
  • Bookmark (23)
  • Business Intelligence (10)
  • Cloud Computing (20)
  • Code (45)
  • CTO (1)
  • Data (9)
  • Data Science (5)
  • Database (9)
  • Enterprise Architecture (2)
  • Events (34)
  • General (31)
  • Personal (37)
  • Product Design (11)
  • Technology (61)
  • Tips & Tricks (3)
  • Videos (3)
  • Vlog (12)

Tags

.net Agile AI Angular API Architecture auzre AWS Azure Business Intelligence C# Certification Certified Cloud Community Developer Dotnet event groovy IBM java JavaScript K-MUG Leadership learning malayalam microservices Microsoft Monitor openai Orion php pmp Power Apps Power Automate Power BI Power Platform PowerShell project management python Scrum SharePoint SQL training ux

Pages

  • CTO Dictionary

Archives

  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • November 2024
  • September 2024
  • August 2024
  • July 2024
  • March 2024
  • February 2024
  • August 2023
  • July 2023
  • June 2023
  • March 2023
  • February 2023
  • January 2023
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • December 2019
  • November 2019
  • October 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • November 2018
  • October 2018
  • September 2018
  • July 2018
  • June 2018
  • April 2018
  • March 2018
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
Graceful Theme by Optima Themes