CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 07 Aug 2025 13:47:42 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080415075646
location: https://web.archive.org/web/20080415075646/https://www.daniweb.com/code/
server-timing: captures_list;dur=0.801360, exclusion.robots;dur=0.031872, exclusion.robots.policy;dur=0.013312, esindex;dur=0.017656, cdx.remote;dur=302.922944, LoadShardBlock;dur=494.758630, PetaboxLoader3.datanode;dur=158.726027, PetaboxLoader3.resolve;dur=175.112892
x-app-server: wwwb-app218
x-ts: 302
x-tr: 831
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app218; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 07 Aug 2025 13:47:43 GMT
content-type: text/html; charset=utf-8
x-archive-orig-date: Tue, 15 Apr 2008 07:56:45 GMT
x-archive-orig-server: Apache/2.2
x-archive-orig-x-powered-by: PHP/5.1.6
x-archive-orig-set-cookie: bblastactivity=0; expires=Wed, 15-Apr-2009 07:56:45 GMT; path=/; domain=.daniweb.com
x-archive-orig-cache-control: private
x-archive-orig-pragma: private
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 15 Apr 2008 07:56:46 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Thu, 23 Sep 2004 09:08:30 GMT", ; rel="prev memento"; datetime="Tue, 01 Apr 2008 20:51:23 GMT", ; rel="memento"; datetime="Tue, 15 Apr 2008 07:56:46 GMT", ; rel="next memento"; datetime="Thu, 01 May 2008 15:12:13 GMT", ; rel="last memento"; datetime="Sun, 30 Mar 2025 19:47:14 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_3_20080415032949_crawl104-c/51_3_20080415075250_crawl104.arc.gz
server-timing: captures_list;dur=1.070837, exclusion.robots;dur=0.034856, exclusion.robots.policy;dur=0.014722, esindex;dur=0.025000, cdx.remote;dur=80.155298, LoadShardBlock;dur=624.128537, PetaboxLoader3.datanode;dur=448.191466, PetaboxLoader3.resolve;dur=421.687109, load_resource;dur=319.444189
x-app-server: wwwb-app218
x-ts: 200
x-tr: 1134
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Code Snippets
Just post simple code. Give a feedback if it helps u :) (View Snippet) EventViewer can be accessed by Selecting Event Viewer from Administrative Tools of Control Panel. This code snippet will add an Entry called Shalvin inside the Application section. (View Snippet) This well commented Python snippet uses wxPython's plotting widget to graph the projectile motion of two different firing angles on the same plotting canvas. (View Snippet) Uploading a file to a specific folder inside the virtual directory. (View Snippet) Simple code for matrix with pascal.
--Jery-- (View Snippet) aspnet_regsql is a tool user for installing membership, role and personalization tables to Sql Server.
1. Porting all tables to Sql Server
2. Porting only membership tables to Sql Server
3. Removing all membership and role tables
4. Removing Personalization tables. (View Snippet) This class allows for the handling of normal and serialized cookies as well as switching between these types of cookies.
Cookie Functions:
Write Cookies
Read Cookies
Delete Cookies
Use of this class is fairly simple.
Step 1: Include the class source in your php project using the require or... (View Snippet)
Code Snippets
•
•
•
•

What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 311,570 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,045 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our advertiser:
Dislay Data on datagrid in csharp
Hi all, here is a small program I have worked on over these last two days, I have submitted it in the hopes of some constructive criticism and suggestions (please be kind, this is one of my earlier C projects lol). This is a small console application that simulates a contact management database.... (View Snippet)
Writing to EventLog - Shalvin in csharp
Graphing Projectile Motion with wxPython in python
FileUpload Control - Shalvin in aspnet
Create and Read Matrix in pascal
This code to save, Edit and delete data in VB.Net using SQLServer as backend. this code is continuance from my previous post "Show Data in DataGrid with VB.Net 2003 and SQLServer 2000". so i didn't write code how to connect SQLServer 2000 with VB.Net 2003 cause this already in there.
Please see... (View Snippet)
aspnet_regsql - Shalvin aspnet in aspnet
Web site Administration Tool is accessible only from the hosting server. Many times programmers won't have direct access to the the hosting server. So knowledge of ASP.Net Membership classes is an added advantage in creating an administrative module for the site.
In this code snippet we will take... (View Snippet)