186 Posted Topics
Using Ubuntu, I tried to several desktop environments. I tried Unity, Gnome, kDE (?) and now Cinnamon. I liked Cinnamon, I once saw screenshot of someone who has nicely modified it, to make it look very awesome. He had clock in top right corner which seemed on be on background … | |
Related to another thread that has been posted. Now, my boot manager (GRUB) shows 4 options. 1 Ubuntu (really important one using for data). 1 Ubuntu (just for testing, but have to delete it). 1 Windows 7 (to delete) 1 Windows 7 (to delete) Now it's easy to find tutorial … | |
If I'm about to order a laptop without HDD/SSD. I could've added one into the list of purchases, but for this laptop, they offer only 128GB and 256GB. Which will not suffice for me :(. There's many drives I've seen around which are 480GB, 512GB and even 1000GB (not exactly … | |
Now, I know tht OS's aren't that sandboxed, if you Google that, you get tons of results saying "no! it's not entirely safe!". But, what most of these articles assume, that if you have Windows as virtual machine, that your host operating system is Windows as well. What if, virus … | |
Hey there! I learned that when I want to open Terminal in one direction that my terminal is at. I can use `nautilus .` for Gnome and `dolphin .` for the glassy DE. But what it does, it starts the program in Terminal and runs GUI. But as soon as … | |
Re: You need to start the server. There should be executable or `.bin` file in folder of Abyss server. | |
If I have ready assembler code. How do I make it into runable code, I want to mess around with it and test it in VMPlayer. As far as I know, I could use NASM, and all "NASM's" can be downloaded from: http://www.nasm.us/pub/nasm/releasebuilds/2.11.06/ so, I've managed to find the right … | |
I've seen latest specs of **Google Nexus 6**, it's specs are *quite* good, given it's better than my laptop (that's why I'm changing my laptop soon). Like about a year ago, there was this scandal of NSA collecting data from Microsoft, Apple, Yahoo and Google. Well, the "mobile" Nexus is … | |
I manage to copy/write/edit this code, but it doesn't seem to work, not even `alert();` is executed, it does exactly nothing. <?php // include "from_db.php"; ?> <!DOCTYPE html> <html> <head> <script src="http://maps.googleapis.com/maps/api/js"></script> <script src="http://code.jquery.com/jquery-1.11.2.min.js"></script> <link rel="stylesheet" href="styles.css" media="screen" /> <script> function initialize() { var mapProp = { center: new google.maps.LatLng(51.509, … | |
So far, every program was either installable by *.deb* file or through *Ubuntu Software Something*. What it did is create a nice file, which I could search up, which had a nice looking icon, and I could drag this icon, onto bar and it would be saved as favorite. I … | |
There's a preview released of Windows 10, for developers. I downloaded it, managed it to work, shut down got an error, started right after and all my partitions were gone. And again, Microsoft messed up my hardware http://i1.kym-cdn.com/photos/images/facebook/000/617/851/56d.gif But that's not the strangest. I also had Ubuntu *.iso*, I deleted … | |
I had test today about PHP. Really basic one, which probably won't give me A++ (10/10), because of strange question he asked, he asked us to translate: $temp = 10; if ($temp == 0) { echo "it's 0 Celsius"; } elseif ($temp < 0) { echo "it's chill outside"; } … | |
How to tell this to program?: "Here is a file called 'font.ttf', this is a font file, find every number written in this font." **BUT**, the 1550 is not a text, it's just an image generated by game, I need program to find 1550 by just looking at visuals. Also, … | |
I've made some research here and there about virtualization of Linux. I will put quite large chunk text beneath, please correct me when wrong: Using Linux Full Virtualization distribution like [this one](http://www.linux-kvm.org/page/Main_Page), I can use .iso images of both Linux and Windows to start running both machines at exactly same … | |
There is screen A and screen B. Both screen are same physical size in length and width. Just one is 1920x1080 and another size is (I think) 800x640. See, if I make query for 1920x1080 mobile, this will also trigger on computers having same resolution. That does not mean, that … | |
Wouldn't it be awesome if there were "cover" laptops? Like... you have the main computer station with CPU, HDD, GPU in it, and all that kind of stuff. And then you have laptop cover, having absolutely nothing in it, except keyboard, screen, HDMI/VGA IO with a small charger and mini-accumulator? … | |
I have project for school. I need to make responsive website for Mexican restaurant. So far I know, Mexican restarants are based really vivid and shouting colors, I wanted to add more color to couple headers or buttons with one of these patterns https://www.google.com/search?q=mexican+pattern&tbm=isch They're looking good, but also extremely … | |
Recently I opened game with "hex editor". You know, it's kind of program for newbies that makes it able to read program in hexadecimal code and make it able to turn, or rather read code and try to reverse engineer it by turning hexa's into Assembler commands(?). And then I … | |
**1.** Is there a character, that can be written/read by system (C#/.NET), but can't be written by any standard keyboard (European, Nordic, Slavic, Cyrlic, Arabic, Mongolian, African, Greek and Mandarin). What I need this for is seperation of characters, I need user to input own character and that I can … | |
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication5 { class Program { enum _objID_1 { Name = "Lorem Ipsum" } static void Main(string[] args) { int ChosenDataID = 1; Console.WriteLine(_objID_ + ChosenDataID + _["Name"]); // How about "Lorem Ipsum"? || Well, how about "no"? } } … | |
Hey guys, I recently played video game, where you can launch your own space program, you simply build a rocket, form sequences appropiately and with enough skill, you can get it to orbit or even further. This is so really interesting and exciting that I really want to start my … | |
There are some "funny" people in the class, playing best crackers/hackers in the world. I've got one enemy in the class (nothing serious, he's having problems with like 4 people or some). He might've used Skype resolver in order to be able to come after what my IP is, and … | |
Re: Granted. But you before that you snot all over your room and after cleaning you forget about social contacts and became "Forever Alone". I wish everybody could understand each other and that empathy between people will grow. | |
I want to make kinda responsive design, problem is, my website is picture based and if you hold mobile vertically you see 2 giant bars above and below it. If you turn your mobile sideways I might just be able to find method to put it nicely together. SO, finally, … | |
Is there a way to boot a made program from Visual Studio? I would make then `Console Application`. Now I know, that you probably need programming Assembler for that. Problem is, I don't know crack of Assembler. Instead I could've used very minimized version of Windows PE, then install requirements, … | |
Hey there, So I've been searching for method to replcace on particular line in an UTF-8 (easily readable and copy-paste) file. I found lots of methods that were searching for matches in rows and replacing them. It was mentioned very often that it's impossible to replace a row in text … | |
I'm here with Google Maps API. I've got map working, I learned how to set markers with custom images. I also made custom search bar and I plan to make PHP/SQL connection, so whenever user uses it, it saves copy of address in database so that it can be recalled … | |
I decided along with my class mate, we'll start group of game development. We took some game engines like Unity, Frostbite (?) en Unreal Engine under consideration. It took my logical quad about 10 seconds to start the game at 10FPS, when I clicked on export, it took it 5 … | |
So I've been working with C# for 2 weeks. That's not long at all, and probably and relatively to you, I have no knowledge at all. None the less, when I'm using Microsoft Word, Skype, Mozilla Firefox. I can't imagine how this works. Apparently to get MySQL to work through … | |
Hello there, **If you have just little of your time, it's big topic, you may not have willingness to answer it at all.** # Question #1 # I'm wondering if it's possible to obfuscate own "modules" with Visual C#. Like, just take for example, if you download offline version of … | |
Hey, is there a magical way to shorten variables in Visual C# as in PHP? For example in place of `$user_nickname`, `$user_email`, `$user_rank`. They could use `$user["nickname"]`, `$user["email"];`, `$user["rank"]`. Now if you ask me, I think the second row looks much more organized. Is such thing possible in C#? I … | |
I'm sitting in C# for about 2 days and it's already like lifting 300KG block. I don't get it, if I Googled how to get SHA512 hash of string in C#, I get many wonderful variations on how-to. But when I copy paste this: public static string GetCrypt(string text) { … | |
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApplication3 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } void button1_Click(object sender, EventArgs e) { MessageBox.Show("Hello!", varying, MessageBoxButtons.OK); } void textBox1_TextChanged(object sender, EventArgs e) { string … | |
[Intel® Xeon® Processor E5-2697 v2](http://ark.intel.com/products/75283/Intel-Xeon-Processor-E5-2697-v2-30M-Cache-2_70-GHz) or [Intel® Coreâ„¢ i7-4960X](http://ark.intel.com/products/77779/Intel-Core-i7-4960X-Processor-Extreme-Edition-15M-Cache-up-to-4_00-GHz)? **Intel® Xeon® Processor E5-2697 v2:** 24 threads, 2.7-3.5GHz, 30MB SmartCache, 22nm. **Intel® Coreâ„¢ i7-4960X:** 12 threads, 3.6-4GHz, 15MB SmartCache, 22nm. Straight of the bat, you would say Intel® Xeon® is better. But if I look at frequencies, I'm not sure anymore. … | |
So. I've started learning basic programming, using special site which gives you video courses. I've got my Visual Studio 2013 (Update 3), from special site for children of our school. Now, everything went fine, until I had to meet "if" statements in C#. Curly brackets are finished just fine, and … | |
Re: You can't really do it with PHP. I don't think you know how it works. It's kinda possible to change image through PHP with some of the "functions", but no really videos. What you can do is write program on your server, whenever someone posts request on your website, tell … | |
I think it would be easier to find questions requiring help, if those who are marked as solved, wouldn't show up. You'll see that some questions that are unanswered but are marked as solved are still popping out. Maybe hiding those who are solved, would kind solve some problem and … | |
Re: > so can some1 still control phone(besides apps) and listen in on calls? One word: **NSA**, actually three words... and answer is **Yes**. ... Before you start panicking, I would like to ask you to install Anti-Virus like Comodo or Avast, scan your PC (thoroughly) and then go for your … | |
Hey, So my actual laptop, that I've got right now, which is i3 quad-logical core, 4GB RAM and Intel HD 4000. Is kinda getting outdated. It's time to buy new one. Now I know this laptop is pretty, low, when it comes to advanced user, if I even can call … | |
How to bind protocole and/or filetype to program? Right-clicking file in dashboard isn't helping a lot and I have no tiniest idea on how to find the program and bind 'em. Googling "How to bind extension to application in Ubuntu" you won't find any great information. So that I can: … | |
I'm planning to set myself a target for future. Something that I'll thrive to learn and create and if it doesn't succeed I can blame you (just jokin'). So I thought about creating Linux GUI, I mean, I have kind of idea on how GUI should look like, I've got … | |
Why does Linux, looks like Macintosh? I am in classroom, there are 2 Macintosh users, then me, with Linux openSUSE/Ubuntu and Mint then rest of Windows 7/8. So, one of Macintosh users came standing behind my screen (everybody in the class is stalking one another, as if it was normal, … | |
Some time ago (about 2 years maybe) I read in IT-newspaper about scandal of Comodo giving virus-safe-certificate to a virus. Now, that may or may not be a NSA virus (or any other, really). Another way from my friends, I've heard that Comodo is pretty hardcore when it comes to … | |
I'm downloading through BitTorrent client on Windows 8. I imagine I could leave it there with locked screen a.k.a. `Super + L`, but, I assume it will automatically fall asleep, it will be over 10 minutes, an hour or any other minute, but I just need it to stay awake. … | |
There are programs, that can't use more than 1 core. There are programs, that can use more than 1 core but only if you tick the option There are programs, that directly use more than 1 core. Are there programs, which can't use more than 1 **CPU**? By CPU, I … | |
I'm having Windows 8.1 ISO file. I also have 7.9GB USB. I wanted to find program which would help me install Windows next to Ubuntu to play games. So I managed to use `UNetbootin` but it didn't work. It booted and displayed "Default" as only menu. Whethever you did wait … | |
http://pastebin.com/6xbfquFz It answers with: ID is: . Resulting is: 1 Redirection failed. Please redirect yourself to main website. Redirection isn't a problem. I disabled auto-redirect so that I can see error at work. | |
`while ($row = mysql_fetch_array($result))` Is nice command which iterates through every line, if `$result` is a MySQL query. It iterates every single line, one by one. See, I've got situation like: <tr> <td>Source 1</td> </tr> <tr> <td>Source 2</td> </tr> And it is kind of part of design, I can't really … | |
So, I'm at school right now. In programming (actually coding) class. I managed to get working Apache and everything's fine. Got MySQL runnin', which is nice. But then it turned out that I had to use terminal for all the SQL commando's I had to put inside. I'm not close … | |
Is it possible to. Have Apache and MySQL started and running well as service on Ubuntu (I can get to MySQL through terminal and Apache works by correctly executing code which I can see by looking at localhost), then use virtual machine of Windows 8. Start there Apache and phpMyAdmin? … |
The End.