less than zero
SS-Traffanalyz
SS-Traffanalyz monitors the flow of data around the world. more>>
Also There are graphs drawn showing the last 24 hours of the following:
- The "Traffic Index" is a score from 0 to 100 where 0 is "slow" and 100 is "fast". It is determined by comparing the current response of a ping echo to all previous responses from the same router over the past 7 days. A score of 0 to 100 is then assigned to the current response depending on if this response is better or worse than all previous responses from that router.
- Response Time in reference to Internet traffic is how long it takes for a chunk of data to travel from point A to point B and back (round trip). A typical response time on the Internet is 200 ms, which is 200 milliseconds (thousandths of a second) = 1/5th of one second.
DSN-Less Connection to Access
This is an Example of how to Connect to an Access Database using a DSN-less Connection, using DBI::ODBC. The script uses DBI::ODBC module and was tested on Active Perl 5.8. The script is also easily c more>> This is an Example of how to Connect to an Access Database using a DSN-less Connection, using DBI::ODBC. The script uses DBI::ODBC module and was tested on Active Perl 5.8. The script is also easily changeable to use a DSN connection, just as long as you have one set up and spelled correctly.<<less
Telefon Rehberi 1.0
40 hours to build from zero knowledge. I hope you can start it in your localhost. I didnt like making lots of settings so i left this project. VB.NET&MSSQL project base on telephone guide in Turkish. You need to create "dtname" database and tables: more>> 40 hours to build from zero knowledge. I hope you can start it in your localhost. I didnt like making lots of settings so i left this project. VB.NET&MSSQL project base on telephone guide in Turkish. You need to create "dtname" database and tables: kullanicis and tablo1. I would like to give their SQL statements, but not now. Anyway you try to catch something useful... I think .NET has a better programming IDE then PHP for now. VB is simple, but its help is a little itchy<<less
Flash MX | XML Transition Gallery 3
Flash MX | XML Transition Gallery is a simple image gallery that requires zero editing. It will support an unlimited number of images. All you need to do is edit the xml file and upload all files to your server and you are all set. You can resize the more>> Flash MX | XML Transition Gallery is a simple image gallery that requires zero editing. It will support an unlimited number of images. All you need to do is edit the xml file and upload all files to your server and you are all set. You can resize the gallery to fit any image need.<<less
License:GPL
AJAX e-mail address collection form 1
This ajax e-mail form can be used for collecting e-mail addresses for anything you wish! It dynamically collects e-mails and stores them into an easy to read text file. You can modify the script yourself for integration with a database or whatever else. more>> This ajax e-mail form can be used for collecting e-mail addresses for anything you wish! It dynamically collects e-mails and stores them into an easy to read text file. You can modify the script yourself for integration with a database or whatever else. Features include but arent limited to: Dynamically submits e-mails, Checks if e-mails are in the correct format, stores in an easy to read text document, parses the e-mail address for better storage, Sleek and simple design, Easy to edit and easy to implement, Shows message if someone has already entered an e-mailSimply upload the files as is and it should work from the get-go! For implementation into a design just simply copy the HTML and stick it anywhere in the page! You can view the e-mail addresses that have been entered by going to the file.txt in the same directory as your write.php file. You can protect people from viewing it with their web browser by CHMODing the read writes to zero.<<less
Countdown Timers
There are 3 scripts included in this package. The first countsdown in minutes to zero and alerts the user / redirects. The second does the same thing but can count down hours as well. The last one contains multiple countdowns which can be setup with more>> There are 3 scripts included in this package. The first countsdown in minutes to zero and alerts the user / redirects. The second does the same thing but can count down hours as well. The last one contains multiple countdowns which can be setup with different times, set to start at the same of different times. This is particularly useful if you are writing an online test as you can determine the current time and what happens when the timer runs out. It is cross platform and has been tested using Opera 9, Netscape Navigator 8.1, Mozilla Firefox 1.5.0.4 and Internet Explorer 6 SP2.<<less
INSERTROWS
INSERTROWS - Insert rows into a matrix at specific locations more>> INSERTROWS provides you a powerful mathematical tool which is able to insert rows into a matrix at specific locations.
C = INSERTROWS(A,B,IND) inserts the rows of matrix B into the matrix A at the positions IND. Row k of matrix B will be inserted after position IND(k)in the matrix A. If A is a N-by-X matrix and B is a M-by-X matrix, C will be a (N M)-by-X matrix. IND can contain non-integers.
If B is a 1-by-N matrix, B will be inserted for each insertion position specified by IND. If IND is a single value, the whole matrix B will be inserted at that position. If B is a single value, B is expanded to a row vector. In all other cases, the number of elements in IND should be equal to the number of rows in B, and the number of columns, planes etc should be the same for both matrices A and B. If any of the inputs are empty, C will return A.
Examples:
% the size of A,B, and IND all match
C = insertrows(rand(5,2),zeros(2,2),[1.5 3])
% the row vector B is inserted twice
C = insertrows(ones(4,3),1:3,[1 Inf])
% matrix B is expanded to a row vector and inserted twice (as in 2)
C = insertrows(ones(5,3),999,[2 4])
% the whole matrix B is inserted once
C = insertrows(ones(5,3),zeros(2,3),2)
[C, RA, RB] = INSERTROWS(...) will return the row indices RA and RB for which C
corresponds to the rows of either A and B.
[c,ra,rb] = insertrows([1:4].,99,[0 3]) ;
c. % -> [99 1 2 3 99 4] ;
c(ra). % -> [1 2 3 4] ;
c(rb). % -> [99 99] ;
To insert columns, planes, etc., you can permute the inputs and ipermute the result.
A = ones(4,3) ; B = zeros(4,1) ;
C = insertrows(permute(A,[2 1]), permute(B,[2 1]),1) ;
C = ipermute(C,[2 1]) ;
See also PERMUTE, IPERMUTE, RESHAPE, CAT
Requirements:
- MATLAB Release: R13
PHPSlideShow 0.9.9
PHPSlideShow is the easiest way to create a slide show with your images. Setup is easy, just put phpslideshow.php in a directory containing your images and point your browser to it for a show. Features include: - Automatic thumbnail creation. - Zero more>> PHPSlideShow is the easiest way to create a slide show with your images. Setup is easy, just put phpslideshow.php in a directory containing your images and point your browser to it for a show. Features include: - Automatic thumbnail creation. - Zero Configuration Setup for beginners. - CSS/XHTML templates for advanced users. - Thumbnail support. - EXIF comment support. - Automatic slideshow option. - Easy integration into your site. - Multi directory support and much more. Over 120,000 downloads and still free!<<less
PHP Basket Class with OOP eCSess_01_07
One shopping solution of many is a session solution with classes (OOP). Standard features: Cookie control, presentation of products, basket handling (add, remove, increase, reduce quantity, zero result handling, subtotal and total), session check plus more>> One shopping solution of many is a session solution with classes (OOP). Standard features: Cookie control, presentation of products, basket handling (add, remove, increase, reduce quantity, zero result handling, subtotal and total), session check plus detection of string manipulations. The handling of the orders is done by the basket class. That for we need two sessions: one for the basket with the orders and one for the quantities of orders (which are identified through arrays and the product id). In the next step we control, if the user takes the same order more then once. Whith a control variable (+/-) and a foreach loop we increase or reduce the quantity. The shopping basket is a combination between a while-list-each- and a database-query. If quantity result is zero, order will be removed from basket. Security feature: Intrudors will be recognized by a explode script that determines string manipulations (in this example a table name, but also very usefull for other strings).<<less
AJAX e-mail collection form
This ajax e-mail form can be used for collecting e-mail addresses for anything you wish! It dynamically collects e-mails and stores them into an easy to read text file. You can modify the script yours more>> This ajax e-mail form can be used for collecting e-mail addresses for anything you wish! It dynamically collects e-mails and stores them into an easy to read text file. You can modify the script yourself for integration with a database or whatever else. Features include but arent limited to: Dynamically submits e-mails, Checks if e-mails are in the correct format, stores in an easy to read text document, parses the e-mail address for better storage, Sleek and simple design, Easy to edit and easy to implement, Shows message if someone has already entered an e-mailSimply upload the files as is and it should work from the get-go! For implementation into a design just simply copy the HTML and stick it anywhere in the page! You can view the e-mail addresses that have been entered by going to the file.txt in the same directory as your write.php file. You can protect people from viewing it with their web browser by CHMODing the read writes to zero.<<less
PERMPOS
PERMPOS - all possible permutations of M values in N positions more>>
PERMPOS is a convenient mathematical tool which contains all possible permutations of M values in N positions. B = PERMPOS(M,N) where M and N are non-negative integers produces a logical (N!/M!(N-M)!)-by-N matrix in which each row contains a unique permation of M trues and (N-M) falses. Note that each column will hence contain (N-1) trues.
B = PERMPOS(V,N) where V is a vector of length M produces a matrix where each row a contains the values of V in preserved order, but uniquely permuted at the N columns. The remaining positions are zero.
Examples:
permpos(2,4) % ->
% 1 1 0 0
% 1 0 1 0
% 1 0 0 1
% 0 1 1 0
% 0 1 0 1
% 0 0 1 1
permpos([-4 9 3],4) % >
% -4 9 3 0
% -4 9 0 3
% -4 0 9 3
% 0 -4 9 3
See also NCHOOSEK, PERMS, RANDPERM, TRUE, FALSE and COMBN, ALLCOMB, BALLATSQ, NONES (Matlab File Exchange)
Requirements:
- MATLAB Release: R13
spiderCount 1.2
spiderCount v1.2 is a simple image-based hit counter. This script increments a hit count every time it is called. The hit count is stored in a plain text file. It then outputs the count as a PNG image. The PNG image is generated using images of the more>> spiderCount v1.2 is a simple image-based hit counter. This script increments a hit count every time it is called. The hit count is stored in a plain text file. It then outputs the count as a PNG image. The PNG image is generated using images of the digits 0-9. The user can begin the counter at any number. The user can also specify the minimum number of digits to display. The script will append leading zeroes until that number is reached. spiderCount is hard-coded to support the PNG image format only. However, it is easy to modify the script to work with another format. spiderCount includes sets of plain and fancy digit images. spiderCount also includes a file which outputs the current hit count without incrementing it.<<less
CashHub Estores Storefront Ecommerce Software
With CashHub you can open a store for as little as $7.95 per month and sell unlimited products. CashHub offers auction, instant purchase and buy it now listings in one giant online marketplace. Pay zero listing fees, low 2% final value fees and if you more>> With CashHub you can open a store for as little as $7.95 per month and sell unlimited products. CashHub offers auction, instant purchase and buy it now listings in one giant online marketplace. Pay zero listing fees, low 2% final value fees and if you open a store fees are reduced by 50%. CashHub submits all store items to Froogle daily. Get full control over your storefront with this ecommerce solution, put your products/services in front of thousands of buyers every day.<<less
How metadata is stored? 1.0.0
Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata more>> Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata token. This is a 32-bit value where the top 8 bits identify the appropriate metadata table, and the remaining 24 bits give the index of the metadata in the table. The Framework SDK contains a sample called metainfo that will list the metadata tables in an assembly; however, this information is rarely of use to a developer.<<less
Kentico CMS 3.1a
This is a Content Management System designed for ASP.NET developers. more>>
Major Features:
- International Support
- E-commerce
- Advanced Security
- Event Calendar and Booking System
- Rapid Development
- Newsletter
- Open API a Extensibility
- Image Gallery
- Easy Deployment and Content Staging
- On-line Forms
- Friendly URLs and SEO
- Private Messaging
- Full-text Search
- Polls
- Web Analytics
- Wiki
- Reporting
- Geomapping
Enhancements:
- New:
- Administration UI: HTML editor is used for editing invoice.
- Administration UI: Link to an existing document can be created from the context menu.
- Administration UI: New macro selector control is used to insert all possible macros to the text.
- Administration UI: Color picker control now includes preview of the selected color.
- Administration UI: Section summary for the pages of administration UI.
- Administration UI: Minor improvements in all UI.
- General: Improved output filter functionality.
- General: All regular expressions for validation and macro resolving were optimized.
- General: Performance optimizations for amount of data and memory consumption.
- General: Configurable selection between standard and session authentication cookies.
- Ecommerce: Product price can be optionally displayed with or without tax.
- Ecommerce: Product option list can be now paged.
- Ecommerce: User account can be created at the same time as customer account from CMSDesk.
- Ecommerce: All currency related values can be now recalculated when changing main currency.
- Ecommerce: Tax class details can be edited when selecting tax classes for specified product.
- Ecommerce: Shopping cart process step indexes can be now optionally hidden or visible.
- Ecommerce: My Account web part tabs can be now displayed either in horizontal or vertical layout.
- Ecommerce: Shipping options are now displayed with their charge in the checkout process.
- Ecommerce: All errors while loading payment provider, payment form or checkout process step are now logged.
- Event log: Event details can be exported to the file.
- Event log: Events can be optionally logged to the file now.
- Modules: Module description field was added.
- Modules: Module permission description field was added.
- Modules: New Display permission for all modules. Module is now hidden in tools menu when user is not granted with module display permission.
- Newsletter: Imported users can be optionally subscribed / unsubscribed to the selected newsletters.
- Newsletter: Email queue can be now deleted at once.
- Scheduler: User can see how many times each task was executed.
- Settings: Settings can be exported to the file.
- Staging: Reject task is now generated for synchronization with target server when document is rejected.
- Staging: Update doc task is now generated for synchronization with target server when document is moved up or down in the content tree.
- System: Testing e-mails can be sent with attachments.
- Web farms: Web farm synchronization tasks can be now filtered by server.
- Web farms: Servers can be now disabled to avoid tasks logging for them.
- Web farms: MachineName field was added to the web farm tasks.
- Web parts: Improved scrolling text web part.
- Web parts: Improved current user web part.
- Changes:
- General: XHTML output filter is now turned off by default on all sample web sites.
- Web parts: Properties NestedRepeaterID and NestedDataListID were replaced by NestedControlsID property.
- Bug fixes:
- Administration UI: RTL languages layout was completely reviewed and fixed.
- Administration UI: Some pages werent properly handled for cross-site scripting.
- Administration UI: Minor fixes for IE7 and FF3.
- Administration UI: Security fixes for some UI pages
- BizForms: Incorrect security check was applied in permission dialog.
- BizForms: Administration of BizForm layout used too strict permissions.
- Booking module: Event allowed negative capacity.
- CMSDesk: Select file dialog couldn't upload file on Windows Vista.
- CMSDesk: Document links with workflow could cause inconsistency in document tree if the document was moved.
- CMSDesk: Notify when leaving page wasn't applied in some cases.
- CMSDesk: Spell checker didn't work for words with some culture-specific characters.
- CMSDesk: Published information in document properties wasnt evaluated properly.
- CMSDesk: The document wasn't inserted on the correct position when the default order was changed from alphabetical to first.
- Content: Metadata content wasn't properly encoded to the output HTML.
- Content: When the image caching was on, original image could be returned instead of the resized image.
- Content: Cached attachment wasn't removed from the cache if the attachment was updated from API.
- Content: ASPX editable controls were losing the content with specific workflow operations.
- Content: Copying of published document didn't include the published attachments.
- Content: Rollback to the oldest version in version history could lose the version attachments.
- Content: File field could lose the attachment when copying the culture version from specific language.
- Content: When the attachment field of the document type was removed, attachments weren't deleted.
- Content: Allowed extensions for upload fields didn't have the same format in all settings.
- Content: Uploaded files allowed "+" sign in the file name, which couldn't be correctly processed by IIS7.
- Content: GetFile script didn't handle the permissions correctly.
- Controls: Editable image could cause null reference exception in specific scenarios.
- Controls: Radiobutton list form control didn't apply some settings correctly.
- Controls: Form control text area didn't validate the field length properly.
- Controls: Property UseImagePath for editable image control didn't work properly.
- Controls: Radio button list form control couldn't have empty default value.
- Controls: Change password control didn't handle the Visible property correctly.
- Documentation: Minor fixes in the documentation.
- ECommerce: Payment methods and Shipping options weren't displayed properly in their selection.
- ECommerce: Available amount validation could not work correctly in specific scenarios.
- E-mails: Some e-mails contained multiple Content-Type headers.
- E-mails: GetEmail Templates method threw an exception.
- File import: Files couldn't be imported to the location covered by workflow process.
- General: Automatic import of Windows authenticated users wasn't working correctly for non-existing users.
- General: Changing the code name of the web site could cause problems with live site if the application wasn't restarted.
- General: Application couldn't properly start in Integrated mode of IIS7.
- General: Culture of the live site wasn't changed correctly in some cases with full page caching configuration.
- General: Uzbek cultures weren't defined properly.
- General: Changing the order of items didn't clear the cached objects properly.
- General: Localized transformations werent cached.
- General: Float number validation and conversion couldnt handle small numbers with exponent.
- General: Param tag of the object element could cause incorrect HTML code when processed by output filter.
- Import/Export: Forum posts weren't properly imported from old version package.
- Import/Export: Custom web part categories couldnt be handled by import process in some specific cases.
- Import/Export: Some delete tasks couldn't be processed correctly on import.
- Import/Export: Existing site was deleted if import fails because of the existing site with the same name.
- Import/Export: Process log couldn't work in specific scenarios.
- Import/Export: Pre-selection of objects wasn't working properly when repeated.
- Import/Export: Next button wasn't disabled in FF3.
- Import/Export: Document fields with only field length changed weren't updated on import.
- Newsletter: Some e-mails could use different culture for unsubscription link and for other newsletter content.
- Newsletter: Newsletter module couldn't handle large amount of e-mails in specific scenarios.
- Newsletter: Some e-mails were duplicated in specific scenarios.
- Newsletter: Resend functionality wasn't working properly.
- Newsletter: Scheduled task for the newsletter wasn't rescheduled if configuration changed.
- Newsletter: New issue couldn't be placed to the Newsletter archive
- Newsletter: Generation of the e-mail queue was using too many database queries.
- Newsletter: Some newsletter pages didn't check all required permissions.
- Newsletter: Newsletter archive didn't resolve the macros properly.
- Output filter: Button text containing tag characters could damage the output HTML code.
- Polls: Multiple polls couldn't work properly on the same page.
- Polls: Incorrect security check was applied in permission dialog.
- Portal engine: Some pages could be displayed with wrong page template in heavy load.
- Portal engine: If the CSS stylesheet of the site wasn't set, the page generated an empty stylesheet tag.
- Sample web sites: Minor fixes in design and HTML code of the page templates and stylesheets.
- Scheduler: Some tasks could run two times under specific conditions.
- SiteManager: Some Administration pages could be accessed from CMSDesk in SiteManager context.
- SiteManager: User couldn't be deleted when he was allowed to be forum moderator.
- SiteManager: Site culture couldn't be changed in license editions without multilingual support.
- SiteManager: Localized transformation name couldn't be entered in transformation properties.
- SiteManager: Document type editing pages didn't have the same length.
- Staging: Document task didn't contain product information when the product was created from the new document dialog.
- URL Rewriting: Some URLs weren't resolved correctly for cookieless configuration.
- URL Rewriting: Messaging pages weren't properly excluded from URL rewriting and were logged as not existing content pages.
- URL Rewriting: Page wasn't properly redirected in specific cases with FF browser.
- Web analytics: Log processing couldn't handle large amount of data at once.
- Web analytics: Returning visitors were logged only on the second visit.
- Web farms: Too many web farm tasks or too much web farm task data could kill the application on its start.
- Web parts: Clone web part couldn't work with some specific web part settings.
- Web parts: Content slider wasn't working properly if the delay time was 0.
- Web parts: Google maps web part couldn't handle API key for both domains with and without www.
- Web parts: Query repeater web part didn't use the Item separator property correctly.
- Web parts: User contribution web part couldn't resolve the path properties.
- Web parts: Language selector didn't display culture names in ASPX page templates.
- Web parts: Date and time web part couldn't handle some format expressions.
- Web parts: Contact and ignore list didn't use the Zero rows text property properly.
- Web parts: Video web part wasn't working properly in FF3.