96 Topics
![]() | |
I have translated many numerical math programs from FORTRAN into C++ and JavaScript. The original FORTRAN source code listings are posted on the NETLIB site and have been in the public domain for 20, 30, years. The C++ and JavaScript translations that I write are hand-coded, line-by-line, and repeatedly tested … | |
Hi. In August I built a PC using a second hand Biostar TA990FXE "Extreme Edition" motherboard and AMD FX-6100 six core CPU @3.3 GHz at the core of it. I recently installed the Oracle Virtualbox VM on Windows 10 and tried running a couple of Linux and BSD OS instances, … | |
i have this class <?php ob_start(); session_start(); include 'db_con.php'; /** * * @Create Breadcrumbs Trail. * * @copyright Copyright (C) 2008 PHPRO.ORG. All rights reserved. * * @version //autogentag// * * @license new bsd http://www.opensource.org/licenses/bsd-license.php * * @filesource * * @package Breadcrumbs * * @Author Kevin Waterson * */ class … | |
Hi All, I am creating a simple query with a not so simple twist, at least it's not simple to me. First, the query: select distinct b.Bank_Mnemonic as [Bank],bd.Demo_Name as [Demography],ei.BEFI_Description[Economic Indicator],bsd.BSD_Year as [Year],bsd.BSD_Data_Value as [Value] from dbo.tblBank_Source_Data as bsd inner join dbo.tblBankDemographics as bd on bsd.Demo_ID=bd.Demo_ID inner join dbo.tblBanks … | |
Hello, I have started picking up on encrytion, and I seem to have an error when I run the program. Here is the error: Exception in thread "main" java.security.NoSuchAlgorithmException: Cannot find any provider supporting ES/ECB/PKCS5Padding at javax.crypto.Cipher.getInstance(Cipher.java:453) at GenerateKey.encrypt(GenerateKey.java:41) at GenerateKey.<init>(GenerateKey.java:24) at GenerateKey.main(GenerateKey.java:71) Here is my GenerateKey class: import java.io.IOException; … | |
I have tried following code index.php <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>JQuery Popup Demo</title> <link rel="stylesheet" type="text/css" href="css/style.css" /> <script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript"> function openOffersDialog(x) { $('#overlay').fadeIn('fast', function() { $(boxpopup).css('display','block'); $(boxpopup).animate({'left':'30%'},500); $('#content').html(x); }); } function closeOffersDialog(prospectElementID) { $(function($) { $(document).ready(function() { $('#' + prospectElementID).css('position','absolute'); $('#' + prospectElementID).animate({'left':'-100%'}, 500, function() … | |
I am working on a project in which to show booking in caledar form is required.I myself build the calendar.it is showning the booking correctly in choosen color .but when i see calendar next months it shows booked from date 1 to date 12 booked every month .the main part … ![]() | |
Hey! So I am new at programming, Pretty much all of my knowledge is Arduino, Processing, and Lua. I was wondering if anyone had any advice about which direction I should go from here. I would want somthing that is Compatible with Windows, Mac, and Linux (possibly BSD). Thanks in … | |
I have a project at school in which I have decieded to make an encryption system which I am struggling with quite a bit at the moment - just finding resources to use and even a guide to follow. The only half decent thing i can find on the web … | |
Hi all I am having problems recieving my emails through free bsd . what are the general commands to allow mails to be released and come through?? cheers Cougar367 | |
[I]Personal:[/I] [B]Name[/B] -Dheeraj Suthar aka sherkhan [B]Hair[/B] - dark brown [B]Eyes[/B] - 2 of 'em [B]Location[/B] - India [B]Hobbies[/B] - Computers, Games(FPS and strategy) [B]Favourite Music[/B] - Kitaro Rammstein .. [B]Favourite Movies[/B] - Matrix I, Godfather, Hackers Operation Takedown, Mist [B]Favourite TV Shows[/B] - Family guy, Friends [B]Stuff I Dislike[/B] … | |
hi all all the deps were met,and autotools & ./configure run smooth,but make fails with the following error,tried with gcc2 & gcc4 environement,the same error, i hope to find some help here. here it is: In file included from xine.c:33:0: /boot/develop/headers/bsd/string.h:16:7: error: expected declaration specifiers or '...' before '(' token … | |
Having trouble dual booting Windows and BSD? I was! I highly recommend using EasyBCD to add in an entry to the windows boot loader. I couldn't get the Windows bootloader to recognize bsd, but using this I could! I am not affiliated with the company, but it has done me … | |
I use yahoo messenger api for sending bulk chat messages to different groups(which is define by us for different package users ) but after some time JYMSG API automatically sign off How can we stay sign in? <?php error_reporting(0); include("includes/dbconn.php"); function sendreq($mid) { $sql = mysql_query("select * from cv_requests where … | |
![]() | I am going to assume that gcc is the compiler people are using on their *NIX. so for that, I know that [CODE]#if defined(__GNUC__) [/CODE] will work. SO... for Centos, Solaris, HPUX, AIX, Linux, BSD, FreeBSD, OpenSUSE, Fedora, redhat, what #if defined()'s do I use to detect these OS's? |
please find the attached file and see the output. And help me out please this code getting system current date and function. but my requirement is get date from database like the clock want to spin. Please help me out to fix the error d3.js [CODE] (function(){if (!Date.now) Date.now = … | |
Dear all, I have php file which is returning result from server which are shown as group list, this result i want to pass to the dialog box as in drop-down selection, posting the code as below of group.php. I am getting php result correctly but need to integrate in … | |
Hi all, I just wanna know how to send a file through a socket connection in C language "client request a certaion file on server and server send him this file" i work on both winsockets and bsd sockets "client ==> windows, server ==> *nix" Thanks alot :) | |
[URL="http://sourceforge.net/projects/pmd/"]http://sourceforge.net/projects/pmd/[/URL] [QUOTE]PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.[/QUOTE] I've been tasked to write customised rules to find the following: [LIST] [*]Instances where Double.ValueOf was used to parse a string to a double [*]Instances where Float.valueOf was used … | |
So we were offered a job yesterday, which involved developing a mobile app targeting multiple platforms. They need the code to be as cross-platform as possible, so I think that C++ is the way to go as far as the infrastructure is concerned, and then we write wrappers in other … | |
I'm thinking of using external HDD to test out PC-BSD and various Linux distros. Been looking on Google for pros and cons of this setup, but only seem to find pros...so I get nervous when I cannot find any downside to something. Can anyone think of any potential problems of … | |
Hello! This is my first post. I've put this up on several other forums, but this one seems slightly more active (python-forum.org is a snooze-fest). I have been learning python for a few months and decided to make a chat server that you connect to through telnet. It's working fine … | |
Hi, I've posted two scripts that I would like to improve. The first one (SparePartsDemo.py) is a little utility that takes a .csv (.txt) data file exported from another application, builds a SQLite database,performs a request to select and sort records and write the results to a sqlite database file, … | |
I'm preparing to have custom-build shop do PC to my specs (I will supply most of the components). I'm intending to have three dedicated hard disk drives (one for PC-BSD, one for Linux Mint, and one for XP Pro). Been told on other forum that its most important to pick … | |
found this forum while doing Google search on 'BSD+Forums'. Hope to find answers to hardware questions here, as I'm trying to draw up procurement list of components for first home PC. So far its been a major pain! | |
I am Rishikeshan :) I am 14 years old. :) I am a student. :) I live in Trincomalee, Sri Lanka. Hair : Black. Eyes : Black. I know to program using c (opengl, libcurl, stdlib, tinythreads++), c++ (opengl, libcurl, stdlib, tinythreads++), vb, vbdos, vb.net, sql (postgresql, mysql), apache web … | |
I am trying to install OS X 10.4.6 on an iBook. I am installing from a DVD copy made by the local apple store. The "Checking your installation DVD" part completes without errors. During the install it stops and says: BomFatalError - cpio read error: bad file format Install failed: … | |
hey there... does somebody know how to read the problem report for mac ox? thanks guys here is it: Interval Since Last Panic Report: 64001 sec Panics Since Last Report: 1 Anonymous UUID: 863D13B9-3DEA-4486-9399-AB747546E1BF Mon Feb 21 09:14:25 2011 panic(cpu 1 caller 0x2aab55): Kernel trap at 0x12368480, type 14=page fault, … | |
why is it every time i load a new distro i never find one that has default FFS support? why is it however that virtually/probably every distro out there comes ready to read proprietary FAT(FAT16), VFAT(FAT32) and NTFS partitions but not non-proprietary filesystems such as FFS?!? *BSD are opensource too … | |
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.skynet.simpleHttpServer; /** * * @author Gryffy */ /* "Copyright (C) 2001,2005 by SkyNet Corporation \n"+ "\n"+ "Redistribution and use in source and binary forms, with or without\n"+ "modification, are permitted … | |
When we test our currency converter it shows a weird number before the numbers we enter. "25 pounds to U.S. dollars" returns "$1.5406, 25 British Pound = $38.52 U.S. Dollar". (For the record, Google says "25 British pounds sterling = 38.5375 US dollars".) What's wrong? [CODE=PHP] <?php /** * Jojo … | |
Hi, I'm a BSD Socket beginner and I would like to make a small networking program written in C. I've read many instructional articles and I haven't found a example how to send/receive a non-char - string sending everywhere. I mean, I thought about sending some various structures as "frames". … | |
Hi, As part of porting a (mostly C++) library[1] to a "new" operating system[2], I'm trying to link the library's semaphore class to the platform's semaphore implementation. The problem is that the library assumes that the semaphore implementation will be a modern POSIX one[3] but the operating system's semaphores are … | |
Hello, I am fairly new to this site and am new at studying unix/linux OS. Recently I had an assignment involving finding a script that had run an administrative task such as checking file systems periodically. With it, I had to take each line and describe in my own terms … | |
still looking for a solution to this problem in my ibook G3 any one with an answer? | |
Hi everyone, I'm on FreeBSD. and I don't know if the C language is the good one, but anyway, I'm here to ask question. So, I would like to make a kernel module for my FreeBSD that detect my webcam , initialize it and store, in real time, the RGB … | |
I wrote a small hello world type of character device driver. When I type echo -n "abcdef" > /dev/bond and do a cat /dev/bond then only last "f" of above input abcdef is displayed rest nothing is displayed. I have experimented many things but I am unable to catch the … | |
Hi guys, I move to uni tomorrow and I'm going to be doing a course that will require a lot of multitasking between applications. I decided a triple monitor setup might not be a bad idea. I do game a little bit but more so on my 360, so basically … | |
Ok i have a 486DX something (around 20-50mhz) with 10mb ish of RAM and about 0.5 gigs of HDD space. I would like X if possible. Can anyone reccomend any distros? P.S I will need boot floppies - it has no NIC either | |
Hi guys, i compiled a program but i have this vague error message that occured. Searching through google.com states that it might be due to many problems such as invalid pointers, etc, etc. Im a fairly new person to C prog, so i would like to seek your advise on … | |
Hi, I am currently in 2nd Year MCA(Masters of comp. application). I want to become an information security expert. Ethical Hacking has been a favorite subject for me since my beginning days in computers. My current knowledge base is: 1>Languages:C/C++/Java/Python, Assembly(both AT&T and Intel x86) 2>Networking:Only basics(both theory & programming).(from … | |
Hey, I need to install PHPIze (To install XCache) so I ran the command [CODE]yum install php-devel[/CODE] (PHPIze is within the php-devel package) And that gives me the output [CODE]Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * epel: ftp.uni-koeln.de * rpmforge: ftp-stud.fht-esslingen.de Setting up Install Process Resolving Dependencies … | |
Hi, I have a HP laptop with intel dual core 32bit processor with 512MB RAM & 80 GB HDD. 2 years back I have installed windows XP on it on my own, it was quite easy. But now I need to install FreeBSD for the C++ development on the same … | |
Hi guys o/ ! I'm trying to make a program that write in text file some datas. Then, i wrote a header that have all functions I need to write in this file. thas is my header: [CODE] #ifndef _SNAPSHOT_H #define _SNAPSHOT_H #define LAST_PRICE 0; #define BEST_ASK 1; #define BEST_BID … | |
![]() | Hi there! somebody know about *NIX for Sam.GT-S5230??? I've one and the O.S. is just ugly (like my righting :) If you know about some BSD/Linux/Minix/*NIX for that mobile, please give me a clue about how to get it to work. Thanx!!!! greetings from Argentina! :) |
Hello all. I was trying to do some text recovery ([url]http://www.cyberciti.biz/tips/linuxunix-recover-deleted-files.html[/url]) but after running grep -b 'TEXT' /dev/ad0 > good.txt i only see "Binary file /dev/ad0 matches" in the good.txt, whats wrong here ? =) Thanks in advance. | |
Fellow members Just bought a 3,06Ghz 27" iMac today and when setting up transferred data from my MacBookPro 15" from external hard disk via Time Machine. The setting of the MacBookPro have now affected my iMac and when I rebooted with the OS X 10.6 disk inserted I got the … | |
According to an ongoing debate over the GPL version 3, he does. How can this be, since Linus Torvalds, creator and chief architect of the Linux kernel, knows about software freedom and free software? He doesn't have a problem with what Richard Stallman refers to as "tivoization," which is the … | |
Is there an open source (lgpl, bsd, mit) math parser/lexer library available out there? Has anybody ever written one by themselves (with support for variables, exponents, grouping) and have some tips/hints? | |
If you haven't heard of [URL="http://www.proxmox.org"]ProxMox[/URL] yet, you need to hit the site right now and grab the [URL="http://pve.proxmox.com/wiki/Downloads"]ISO[/URL] file for the latest version (1.3) as of this writing. ProxMox is a bare metal (Type 1) hypervisor that comes with [URL="http://www.linux-kvm.org"]KVM[/URL] (Kernel Virtual Machine) and [URL="http://www.proxmox.org"]OpenVZ[/URL] technology rolled into a … |
The End.