<b>Linux Magazine: </b>"One Laptop Per Child announced an update to the XO-1.5 which enables both Sugar Labs' Sugar Learning Platform and the GNOME free desktop."
<b>OLPC news:</b> "I was in the Peace Corps in Cape Verde as an ICT volunteer from 2006 to 2008, and while I was there, the One Laptop Per Child project came on my radar and I became pretty enamored of the prospect of bringing some XOs to the country, or at least raising awareness of the idea within the government."
I was hoping some expert on here could quickly answer my question.
I don't know much about DNS, so bare with me.
I have a domain that is hosted with XO Communications. I want to host that domain at another web host, but I want to keep the mail at XO, so I'd like to keep the DNS managed by XO. What do I need to do in the DNS to switch it the…
I'm usually the one answering questions, but in this I'm throughly stumped!
My Setup:
Ubuntu 12.10 (Dist upgrade form 12.04)
ATI M96 [Mobility Radeon HD 4650]
Upon the first installation of 12.10 I had all kinds of issues getting the Legacy ATI drivers to install (I guess the source for the drivers isn't kosher with kernel 3.5). So, I…
I'm working on filter that should transform an output with some stylesheet. Important sections of code looks like this:
PrintWriter out = response.getWriter();
...
StringReader sr = new StringReader(content);
Source xmlSource = new StreamSource(sr, requestSystemId);
transformer.setOutputProperty(OutputKeys.ENCODING, "UTF-8");…
I'm trying to create a Linux image with custom picked packages. I followed the guide here
http://www.olpcnews.com/forum/index.php?topic=4766.0
However, when I tried to install some packages, it failed to configure due to missing the proc, sys, dev directories. So, I learned from other places that I need to "mount" the host…
Ok, this is my problem.
I'm doing a logonscript that basically copies Microsoft Word templates from a serverpath on to a local path of each computer. This is done using a check for group membership.
If MemberOf(ObjGroupDict, "g_group1") Then
oShell.Run "%comspec% /c %LOGONSERVER%\SYSVOL\mydomain.com\scripts\ROBOCOPY…
I'm making a console board game on c++, and i've been able to make the mouse work in the first function, the menu one, however, when i get to the getmove function and need to click on a house, it simply doesn't work.. Can anyone help?
This is the class with the mouse.
#include <cstdlib>
#include <iostream>…
I am trying to make a connection to a gaming server in Asia from Australia, but my ISP routes my connection through the US.
Tracing route to worldoftanks-sea.com [116.51.25.54]over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 192.168.1.1
2 34 ms 42 ms 45 ms 10.20.21.123
3 40 ms 40 ms 43 ms 202.7.173.145
4 51…
I am trying to make a connection to a gaming server in Asia from Australia, but my ISP routes my connection through the US.
Tracing route to worldoftanks-sea.com [116.51.25.54]over a maximum of 30 hops:
1 <1 ms <1 ms <1 ms 192.168.1.1
2 34 ms 42 ms 45 ms 10.20.21.123
3 40 ms 40 ms 43 ms 202.7.173.145
4 51…
I have two endpoints (xa,ya) and (xb,yb) of two vectors, respectively a and b, originating from a same point (xo, yo). Also, I know that |a|=|b|+s, where s is a constant. I tried to compute the origin (xo, yo) but seem to fail at some point. How to solve this?
Element 0 value:
TimeEntries[0] = "False,S,16:00,21:00";
Element 0 is assigned to:
timeLine = USER.TimeEntries[i];
I want to perform a .Split() on timeLine but it must be a string. What's the easiest way to go about this?
Thanks
New to git here...
I want to commit my personal file share to a git repo (text, docs, images etc).
As I make modifications to various files over time, telling git about them along the way, how do go about things so I can:
Get out of the business of traditional fulls/incrementals.
Be able to do a point-in-time file…
<b>Stop:</b> "Today, however, Sugar is usable on any computer running Linux, Mac OS or Windows. Since some months ago I had described how the XO laptop is used in some Nepali schools, this time I interviewed Bernie Innocenti, an italian developer who worked on that project and now is doing the same thing…
A few days after submitting my sitemap to Google, I received this warning:
When we tested a sample of URLs from your Sitemap, we found that some
URLs redirect to other locations. We recommend that your Sitemap
contain URLs that point to the final destination (the redirect target)
instead of redirecting to…
I am having issues with the SSL document root of my vhosts configuration. Http sees to work fine and navigates to the root directory and publishes the page fine -
DocumentRoot /var/www/html/websites/ssl.domain.co.uk/ (as specified in my vhost config)
However, https seems to be looking for files in the main apache…
This code compiles and runs though gives a Microsoft compiler error that I cant fix
warning C4700: uninitialized local variable 'ptr4D' used.
This is in the last line of the code, I think
#include <iostream>
using namespace std;
const int DIM0 = 2, DIM1 = 3, DIM2 = 4, DIM3 = 5;
void TestDeclar();
int…
I'm implementing a 2D game with ships in space.
In order to do it, I'm using LÖVE, which wraps Box2D with Lua. But I believe that my question can be answered by anyone with a greater understanding of physics than myself - so pseudo code is accepted as a response.
My problem is that I don't know how to move my…
A task:
To find all new files and subfolders under some root folder (let us say Documents) and to copy them to other disk (j: in this case)
Command line used:
robocopy c:\users\valery\documents j:\robocopy /XO /E /MAXAGE:20131030 /XD
Result: A full folders tree created. Only new files copyed, as…
Google Top Geek E06
In Spanish! Google Top Geek (GTG) es un show semanal que generamos desde México con noticias, las tendencias en búsquedas y YouTube en América Latina, así como referencias a apps y eventos interesantes. GTG se transmite los lunes al medio día, 12 pm, desde Google Developers Live. Guión…
CodePlex Daily Summary for Thursday, February 24, 2011Popular ReleasesInstant Feature Builder for Visual Studio 2010: Instant Feature Builder 1.2: This is the binary version of the Instant Feature Builder. Once downloaded, double click to install into Visual Studio. Version 1.2 fixes: Rename FX to IFB to…
I'm using Matlab to solve a differential equation. I want to force ode45 to take constant steps, so it always increments 0.01 on the T axis while solving the equation. How do I do this?
ode45 is consistently taking optimized, random steps, and I can't seem to work out how to make it take consistent, small…
I'm using Matlab to solve a differential equation. I want to force ode45 to take constant steps, so it always increments 0.01 on the T axis while solving the equation. How do I do this?
ode45 is consistently taking optimized, random steps, and I can't seem to work out how to make it take consistent, small…
Hi, i took a msk code from dsplog.com and tried to modify it to test the ieee 802.15.4. There are several links on that site for ieee 802.15.4. Currently I am getting simulated ber results all approximately same for all the cases of Eb_No values. Can you help me to find why? thanks in advance!
clear
PN…