|

Chronolabs offers the very best in web portal solutions and systems networking. We work in XOOPS, ImpressCMS, XOOPS Cube and many other titles of Open Source. Producing for you a high quality website with all the results you expect from a company with over 10 years experience with the web.

 

Our staff are dedicated to producing for you the most dynamic environment for your needs, we have staff that specialise in the portal of your choice! Tayloring your website with customised software is where we like to offer our services, hundreds of web designer will just provide you a template but we like to program your unique solution for the web for your clients.

 

We speak to hundreds of companies looking for better web technology and we find result for them! Have you tried to make a site and just not happy with it, well we are ideal to contact for PHP or any Open Source Solutions.

  • Partner in success Co-operative Business Matters
    Remember if we build your solution we will find someone that can within our co-op of business'.
  • Designing for success! Core Processes - what do you need?
    Your site is You, we understand that and present you in the best possible way!
  • Quality Websites Quality Websites
    Looking for quality websites? Chronolabs is the best choice ! Our staff can taylor a solution for your needs!
  • Your Page is You Personolize your page
    With Chronolabs solutions, you can easley and quickly personalize your website content !
  • Chronolabs is a Co-Operative When Business Matters
    Chronolabs is your partner in the success. Become and associate today!
@itswishcraft
Login
Interactive Demo
Would you like to look at one of these products! We have an interactive demo currently for all the XOOPS Based Products.

Soon to follow is the Joomla and Drupal demos once the products are available.

ogr3.com/meatbag
Main Menu
Cheap Top Level Domains
.  
RSS Feed

This is titles of Software we have released for the general public usage.
(1) 2 »
Software : Mayan (Mesoamerican) Long Count Calendar - PHP - (epoch 21-12-2012)
wishcraft Posted on 2012/4/25 14:30:00 ( 81 reads )

The Mesoamerican Long Count calendar is a non-repeating, vigesimal (base-20) and base-18 calendar used by several Pre-Columbian Mesoamerican cultures, most notably the Maya. For this reason, it is sometimes known as the Maya (or Mayan) Long Count calendar. Using a modified vigesimal tally, the Long Count calendar identifies a day by counting the number of days passed since a mythical creation date that corresponds to August 11, 3114 BCE in the Gregorian calendar. The Long Count calendar was widely used on monuments.

The Long Count calendar identifies a date by counting the number of days from a starting date that is generally calculated to be August 11, 3114 BCE in the proleptic Gregorian calendar or September 6 in the Julian calendar (or −3113 in astronomical year numbering). There has been much debate over the precise correlation between the Western calendars and the Long Count calendars. The August 11 date is based on the GMT correlation (see Correlations between Western calendars and the Long Count calendar section elsewhere in this article for details on correlations).

The completion of 13 b'ak'tuns (August 11, 3114 BCE) marks the Creation of the world of human beings according to the Maya. On this day, Raised-up-Sky-Lord caused three stones to be set by associated gods at Lying-Down-Sky, First-Three-Stone-Place. Because the sky still lay on the primordial sea, it was black. The setting of the three stones centered the cosmos which allowed the sky to be raised, revealing the sun.[1]

Rather than using a base-10 scheme, like Western numbering, the Long Count days were tallied in a base-20 and base-18 scheme. Thus 0.0.0.1.5 is equal to 25, and 0.0.0.2.0 is equal to 40. The Long Count is not consistently base-20, however, since the second digit from the right rolls over to zero when it reaches 18. Thus 0.0.1.0.0 does not represent 400 days, but rather only 360 days.

The following table shows the period equivalents as well as Maya names for these periods:

To View the Source code in PHP, read the extended more text.

Rating: 0.00 (0 votes) - Rate this News - Read More... | No comment
Software : TIme RSS Feeds at Chronolabs and Verdic Calendar
wishcraft Posted on 2011/2/9 18:20:00 ( 162 reads )
Software

The RSS Feeds here at chronolabs have recently had a new calendar, when I asked a swarmi who studies the calendar I think like me it is better was as a watch as deficent calendar, I might sit down one time with some PDF and work out the none dificent calendar which in the 60 Cycle period contains 5 and 4 days.

function VedicCalendar($unix_time$gmt$poffset '1970-01-12 12:00 PM'$pweight '-49183.75'$defiency='deficient'$timeset= array("hours" => 24"minutes" => 60"seconds" => 60)) { // Code Segment 1 &ndash; Calculate Floating Point $tme = $unix_time; if ($gmt>0){ $gmt=-$gmt; } else { $gmt=abs($gmt); } $ptime = strtotime($poffset)+(60*60*$gmt); $weight = $pweight+(1*$gmt); $roun_xa = ($tme)/(24*60*60); $roun_ya = $ptime/(24*60*60); $roun = (($roun_xa -$roun_ya) - $weight)+(microtime/999999); // Code Segment 2 &ndash; Set month day arrays $deficient = array( "seq1" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq2" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq3" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq4" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq5" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq6" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq7" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq8" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq9" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq10" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq11" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq12" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq13" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq14" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq15" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq16" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq17" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq18" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq19" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq20" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq21" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq22" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq23" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq24" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq25" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq26" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq27" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq28" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq29" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq30" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq31" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq32" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq33" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq34" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq35" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq36" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq37" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq38" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq39" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq40" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq41" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq42" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq43" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq44" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq45" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq46" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq47" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq48" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq49" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq50" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq51" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq52" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq53" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq54" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq55" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq56" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq57" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq58" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq59" => array(27,27,27,27,27,27,27,27,27,27,27,27), "seq60" => array(27,27,27,27,27,27,27,27,27,27,27,27)); $daynames = array( 'Vishkumbha','Prīti','Āyushmān','Saubhāgya','Shobhana', 'Atiganda','Sukarman','Dhriti','Shūla','Ganda','Vriddhi', 'Dhruva', 'Vyāghāta', 'Harshana', 'Vajra', 'Siddhi', 'Vyatīpāta', 'Varigha', 'Parigha', 'Shiva', 'Siddha', 'Sādhya', 'Shubha', 'Shukla', 'Brāhma', 'Māhendra', 'Vaidhriti'); $monthnames = array('Chaitra', 'Vaishākh', 'Jyaishtha', 'Āshādha', 'Shrāvana', 'Bhaadra', 'Āshwin', 'Kārtik', 'Agrahayana', 'Paush', 'Māgh', 'Phālgun'); $monthusage = isset($defiency) ? ${$defiency} : $deficient; // Code Segment 3 &ndash; Calculate month number, day number, day count etc foreach($monthusage as $key => $item){ $i++; foreach($item as $numdays){ $ttl_num=$ttl_num+$numdays; $ttl_num_months++; } } // You need to replace this section in Function EgyptianCalendar // As well as Function MayanTihkalCalendar $revolutionsperyear = $ttl_num / $i; $numyears = floor((ceil($roun) / $revolutionsperyear)); $avg_num_month = $ttl_num_months/$i; $jtl = abs(abs($roun) - ceil($revolutionsperyear*($numyears+1))); while($month==0){ $day=0; $u=0; foreach($monthusage as $key => $item){ $t=0; foreach($item as $numdays){ $t++; $tt=0; for($sh=1;$sh<=$numdays;$sh++){ $ii=$ii+1; $tt++; if ($ii==floor($jtl)){ if ($roun<0){ $daynum = floor($tt); $month = floor($t); } else { $daynum = floor($numdays-($tt-1)); $month = floor($avg_num_month-($t-1)); } $sequence = $key; $nodaycount=true; } } if ($nodaycount==false) $day++; } $u++; } } //$numyears = abs($numyears); $timer = substr($roun, strpos($roun,'.')+1,strlen($roun)-strpos($roun,'.')-1); $roun_out= $numyears.'/'.$month.'/'.$daynum.' '.$day.'.'. floor(intval(substr($timer,0,2))/100*$timeset['hours']).':'. floor(intval(substr($timer,2,2))/100*$timeset['minutes']).':'. floor(intval(substr($timer,4,2))/100*$timeset['seconds']).'.'.substr($timer,6,strlen($timer)-6); $verdic_obj = array('stardate'=>"$numyears.$day", 'year'=>$numyears,'month'=>$month, 'mname' => $monthnames[$month-1], 'dname' => $daynames[$daynum-1],'day'=>$daynum, 'jtl'=>$jtl, 'day_count'=>$day,'hours'=>floor(intval(substr($timer,0,2))/100*$timeset['hours']),'minute'=> floor(intval(substr($timer,2,2))/100*$timeset['minutes']),'seconds'=> floor(intval(substr($timer,4,2))/100*$timeset['seconds']),'microtime'=>substr($timer,6,strlen($timer)-6),'strout'=>$roun_out); return $verdic_obj; }

You can download this code with other calendars from http://time.chronolabs.coop/?gmt=10 for sydney - if you want the code download here : http://bin.chronolabs.coop/time.chronolabs.coop.1.1.zip

Rating: 0.00 (0 votes) - Rate this News - No comment
Software : DNA ActiveX Object - With Gradient & Markers
wishcraft Posted on 2010/7/14 16:51:38 ( 213 reads )
Software

Click to see original Image in a new window
DNA ActiveX Object

This is a little sample object I created for display the DNA Sequencing of language in a copy of ant that was lost on the development machine, it would align the markers based on the DNA I-ching sequence of the language within it. There is many applications for this object in health and security science for DNA Analysis.

This is an example of the component filled in with the DNA of the lattice being displayes. In ANT 2.0 quick write with some source code that wasn't released. It can be full size or half width for component or marker information with the dynamic consistancy of information consoles or break out data receptors.

The ANT DNA sequencer with marker is a dynamic object allowing for a DNA Helix in binary sequencing display in your delphi, c++, VB, Visual Basic .NET or other systems. Available for a small fee.

If you want to download this VB6 Object then ANT_DNA.zip - 9 Kb VB6 Source.

This object is nowfreeware and donations will be accepted for soundfontage and other none freeware standards utilise in it.

Rating: 0.00 (0 votes) - Rate this News - No comment
Software : Trigram/Hexgram ActiveX COM Object (I-Ching)
wishcraft Posted on 2010/6/30 3:50:00 ( 137 reads )

Click to see original Image in a new window

Sample Trigram Object

Was written to encompass the trigram object of the i-ching. In earlier publications this was also referred to as a hexagram. This is a comprehensive coverage of this objectivity smart component and is provided without warranty or support.

Includes movement lines and an elemental object, they all have yantra shading with gradient correction. The md5 crc is hexagram based, this means that if you want the full colour yantra based md5 all you have to do is add the colour heat to the the md5 string and you have the complete md5 crc, or make your own crc for the trigram.

This has been written in visual studio 6.0. The i-ching has often seen as a form of fractal as read tao's on chaos and systems, it is one of the earliest documented forms of maths for change and motion.


Rating: 0.00 (0 votes) - Rate this News - 2 comments
Software : QCP135 Checksum Hash Variable
wishcraft Posted on 2010/5/15 16:40:00 ( 253 reads )

Checksums are an important part of all functions of computing they offer methods of providing data a string or otherwise know as a set length impression to the data so it can be verified that it is functionally and completely the same. Checksums are part of cryptology that offer finite measurement of data and ensure that there is a lot of functionality in the methods of data verification. Checksums are also referred to as hashes.

The nice feature of the QCP135 is the lack of repetitive numbering, many checksums/hashes are defined by long occurrences of numerical expression (it was time to change, this).

QCP135 has 3 many items 2 of which have defaults, there is a seed between 1 - 255 where it will seed the based and produce the hash/checksum for you in various different bases, it also has a variable length, default 27 characters. You can alter these which will change the checksum as well. You can see your text.

A hash function is any well-defined procedure or mathematical function for turning some kind of data into a relatively small integer, that may serve as an index into an array. The values returned by a hash function are called hash values, hash codes, hash sums, or simply hashes. Hash/checksum functions are mostly used to speed up table lookup or data comparison tasks such as finding items in a database, detecting duplicated or similar records in a large file, finding similar stretches in DNA sequences, and so on.

Hash functions are related to (and often confused with) checksums, check digits, fingerprints, randomizing functions, error correcting codes, and cryptographic hash functions. Although these concepts overlap to some extent, each has its own uses and requirements. The HashKeeper database maintained by the National Drug Intelligence Center, for instance, is more aptly described as a catalog of file fingerprints than of hash values.


Testimonies

A Queen Council Stated : "It is one of the finest checksums I have seen and spoken of"

A Quantum Computing Programmer : "I can't believe how the performance of my systems and the ability of this checksum to remain unchanged and none reversible with functional differences."

 


This archive contains the following data:


index.php
debug_base.php
debug_enumerator.php
debug_leaver.php
class/qcp135.base.php
class/qcp135.class.php
class/qcp135.enumerator.php
class/qcp135.leaver.php


You can trial it out here on our domain give it a go http://www.chronolabs.org.au/qcp135/ - otherwise download our archive and use it yourself.

Download:
qcp135-checksum-1.1.0-FR.zip - 750 Kbs (Final)

Tested and Used by


 

Rating: 0.00 (0 votes) - Rate this News - No comment
(1) 2 »

Chat to us about your PHP Needs!


Talk to @cej about anything relating to this site! in the channel #PHP on www.austnet.org
remember to say 'No' to blocking potentially harmful scripts with this Java IRC Client.
@GovernmentBot
Publications
Child Publications
New Members
JRAPanfili 2012/1/12
ancentito 2012/1/11
jhonnybook 2012/1/8
oladastyy 2011/12/20
inciongiti 2011/12/18
sellerman 2011/12/18
Hgfdferong 2011/12/18
jbyaxwdh 2011/12/15
Majorx16 2011/12/11
bukdub 2011/12/3
Make Contact Fast!

Welcome to Chronolabs, should you need phone or email support or have a site related query or work you can use the following details:

Need an Estimate
Liaise with us today!

CMS Technology
drupal at chronolabs.coop
joomla at chronolabs.coop
xoops at chronolabs.coop

Billing & Support Solutions
whmcs at chronolabs.coop

IT & Network Solutions
services at chronolabs.coop

Phone us Today!
(AUS) +61 2 80604512
(AUS) +61 450 237611

Tag Cloud
2.4.0 2.5 Aggregation API Blue Categories Cloud Computing Content CURL Download Farm Feed Filters Forms Forum Gateway GUI Honeypot JSON Lingual Link Log Module Money MultiField Multilingual Multisite MySpace P2P Pages Payment Paypal permissions Php Plugins Profile Project Protection Protector Robot Room RSS Secure Security Sentences SEO Server Service Shop Snoop SOAP Spam Spider Spiders stop StopForumSpam Tag Torrent Transaction Tweets Twitter Validation Video XML Xoops Xortify XPayment Youtube ZIP