RM5248

We don't fix problems, we make them worse!

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Cross-compile QT for ARM
  • D-Bus Tutorial
  • Debian Packaging Tutorial

Tag Archives: programming

Page 1 of 212

GNOME 3 Plugins: Settings

Posted on August 11, 2014 by rm5248

This post is going to be based partially on the source of Coverflow Alt Tab, plus some of the source files that are already included in GNOME 3. Also, a few notes here: it appears at this time that there is … Continue reading →

Posted in computers | Tagged GNOME3, programming | Leave a reply

GSettings

Posted on August 8, 2014 by rm5248

So I’m working on this settings stuff for GNOME 3, and I attempted to compile a new gsettings schema.  So I make my XML schema, and run glib-compile-schemas, and it comes back at me: Okay… so I look at the … Continue reading →

Posted in computers | Tagged GNOME3, programming | Leave a reply

GNOME 3 Plugins: DBus

Posted on August 7, 2014 by rm5248

I’m currently messing around with GNOME 3 plugins, and there’s not a whole lot of information out there.  Like, almost nothing.  So, as I’m working on this stuff I will be posting up some information and some small plugins that … Continue reading →

Posted in computers | Tagged GNOME3, programming | Leave a reply

Monitor System DBus

Posted on November 1, 2013 by rm5248

I’m currently writing a program which needs to listen to signals on the system DBus, and I needed a way to monitor the system bus.  I followed the directions here, but I came across a slight problem with that.  It … Continue reading →

Posted in computers | Tagged dbus, programming | Leave a reply

Good Documentation

Posted on September 3, 2013 by rm5248

I just came across this post on Slashdot on how to create good documentation.  This is a good guide.  Too often, documentation that exists out there is not particularly great, or good at showing you how to do something.  This is … Continue reading →

Posted in computers | Tagged programming | Leave a reply

Log4J2 Setup

Posted on August 22, 2013 by rm5248

I feel that a decent guide on how exactly Log4J2 is setup is in order, because there isn’t a real clear explanation on Apache’s site. Now Apache, I know you guys make a lot of stuff, but seriously a lot … Continue reading →

Posted in computers | Tagged log4j2, programming | Leave a reply

Java Scanner and Input Streams

Posted on May 7, 2013 by rm5248

This just took me a stupid long time to figure out, so I’m leaving it here for future reference. In Java, the easiest way to read lines is using Scanner.  For work, I had written a quick Linux-only serial port … Continue reading →

Posted in computers | Tagged java, programming | 2 Replies

C Enums

Posted on April 28, 2013 by rm5248

Enums in C are something special.  They’re not strongly typed at all.  As it’s pointed out, sometimes enums are used for making bit values, which is rather convenient.  However, it would be very good if enums could be strongly typed.  So, … Continue reading →

Posted in computers | Tagged programming | Leave a reply

SVN Syncing

Posted on May 9, 2012 by rm5248

So I just spent a good half of the day today trying to figure out how to sync two repositories together. We’re moving repositories, and so we had to import data from one repository to the other. However, this process … Continue reading →

Posted in computers | Tagged programming | Leave a reply

Linux and Installing

Posted on June 12, 2011 by rm5248

So I’ve been working on a way to have C callback functions call member functions of a C++ class. To do that though, I’m upgrading to gcc 4.6, because there are some new features in c++0x that I think could … Continue reading →

Posted in computers | Tagged programming | 1 Reply

Post navigation

← Older posts

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  1. noah on Stupid C++ Threads and LambdasFebruary 1, 2023

    I think the same way, LOL

  2. rm5248 on QTest Project SetupOctober 20, 2022

    Perhaps someday I will do that. You can follow the same idea using CMake, making a static library with add_library()…

  3. Kev on QTest Project SetupOctober 19, 2022

    Is there a possibility that you could show how the project structure works with CMake? I started learning Qt with…

  4. Carlos Delfino on D-Bus TutorialAugust 29, 2021

    Excellent tutorial, it expanded my understanding of the use of DBus a little more. Thanks.

  5. Craig Phillips on D-Bus TutorialNovember 19, 2020

    A bit late, but I came across this problem myself, and others might. If you change the variable c in…

  • computers
  • general nonsense
  • model railroading
© 2025 RM5248
Admired Theme