Moozonian
Web Images Developer News Books Maps Shopping Moo-AI
Showing results for link PNG Recipe
GitHub Repo https://github.com/1994sheng/html-javascript

1994sheng/html-javascript

<!DOCTYPE HTML> <!--[if lt IE 9 ]> <html lang="ja" class="ie8"> <![endif]--> <!--[if IE 9 ]> <html lang="ja" class="ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html lang="ja"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- ↓ページタイトル↓ --> <title>Home Cooking</title> <!-- ↓検索エンジン用ここから↓ --> <meta name="Description" content="検索用文言"> <meta name="Keywords" content="検索用キーワードカンマ(,)区切り"> <!-- ↑検索エンジン用ここまで↑--> <!-- ▼▼ここからは変更不可!!▼▼ --> <link rel="stylesheet" href="common/js/colorbox/colorbox.css"> <link rel="stylesheet" href="common/css/common.css"> <script src="common/js/jquery.min.js"></script> <script src="common/js/colorbox/jquery.colorbox-min.js"></script> <script src="common/js/jquery.tile.min.js"></script> <script src="common/js/common.js"></script> <script> jQuery(function() { $('a[href$=".jpg"],a[href$=".gif"],a[href$=".png"],a[href$=".jpeg"]').colorbox(); $(window).load(function() { $("#wrapper > div").tile(); $(".img-list figure, .img-list div.img-wrapper").tile(); }); }); </script> <!--[if lt IE 9]> <script src="common/js/html5shiv.min.js"></script> <![endif]--> </head> <body id="top"> <noscript> <p id="noscript">このWebサイトはJavaScriptを使用しています。 <!--[if lt IE 9]><br> Internet Explorer 8をお使いの方はJavaScriptをオンにしてご覧ください。 <![endif]--> </p> </noscript> <!-- ▲▲ここまでは変更不可!!▲▲ --> <div id="wrapper"> <!-- ↓左サイドバーカラムここから↓ --> <div id="sidebar"> <header> <!-- ↓サイトロゴ画像↓ --> <h1><a href="index.html"><img src="img/logo.png" width="185" height="185" alt="Home Cooking"></a></h1> </header> <!-- ↓ナビゲーションここから↓ --> <nav> <ul> <li class="here"><a href="index.html">トップページ</a></li> <li><span>レシピ紹介</span> <!-- ↓↓サブメニューここから↓↓ --> <ul> <li><a href="recipe.html">ベリータルト</a></li> </ul> <!-- ↑↑サブメニューここまで↑↑ --> </li> <li><span>お菓子のミニ知識</span> <!-- ↓↓サブメニューここから↓↓ --> <ul> <li><a href="tips.html">マカロン</a></li> </ul> <!-- ↑↑サブメニューここまで↑↑ --> </li> <li><a href="profile.html">プロフィール</a></li> </ul> </nav> <!-- ↑ナビゲーションここまで↑ --> </div> <!-- ↑左サイドバーカラムここまで↑ --> <!-- ↓コンテンツカラムここから↓ --> <div id="mainContent"> <main> <header> <!-- ↓サイト名↓ --> <h1>Home Cooking <small>ペロのWebサイトにようこそ!</small></h1> <!-- ↓サイト名の背景画像↓ --> <img src="img/index01.png" width="1100" height="180" alt=""> </header> <!-- ↓キャッチコピー↓ --> <p class="read-txt">料理がライフワークな女子のまったりとした日々の記録。目指せ女子力UP♪</p> <section> <!-- ↓更新履歴ここから↓ --> <div class="update"> <h3>更新履歴<input name="" type="button" value="从旧到新" id="days" onclick="paixun()"></h3> <div id = "massge"> </div> <script> var time=document.getElementById('days'); var massge1=document.getElementById('massge'); var massge= new Array(); massge[0]='<article><h4><a href="recipe.html">レシピ紹介UPしました〜(*´∪`)ノ</a></h4><time>2015.02.25</time><p>お手軽・簡単・美味しいベリータルト♪ 本当に簡単なので、みなさんもぜひ挑戦してくださいね!<br>甘すぎるスイーツが苦手な人にもおススメ♥</p></article>'; massge[1]='<article><h4><a href="tips.html">お菓子のミニ知識UP★</a></h4><time>2015.02.24</time><p>マカロンについて、熱弁をふるったよ!<br>かわいいマカロンの出生の秘密にせまる(爆)</p></article>'; massge[2]='<article><h4><a href="profile.html">プロフィールページ更新しました(♥′θ♥) ノ></a></h4><time>2015.02.23</time><p>プロフィールページに各コーナーの紹介を追加しました♪♪♪<br>あと、TwitterとFacebookのフォローよろしくお願いします〜〜!フォロワーさんどんどん増えろ〜〜(笑)</p></article>'; function paixun(){ if(time.value=="从旧到新"){ time.value="最近更新"; var message_element = document.getElementById("massge"); var result = ""; for(var i = 0; i < massge.length; i++) { result += massge[i]; } message_element.innerHTML = result; }else{ time.value="从旧到新"; var message_element = document.getElementById("massge"); var result= ""; for(var i = massge.length - 1; i >= 0; i--) { result += massge[i]; } message_element.innerHTML = result; } } </script> </div> <div class = "sub"> <!-- ↓見出し↓ --> <h4>Pick Up <input name="" type="button" value="点击隐藏" id="btn" onclick="btn()" style="left:300px; top:50px;"></h4> <div id = "box"> <!-- ↓Pick Up1ここから↓ --> <figure> <!-- ↓↓Pick Up1の画像↓↓ --> <img src="img/recipe18.jpg" width="280" height="185" alt="写真:ベリータルト♪"> <figcaption> <!-- ↓↓Pick Up1の見出し↓↓ --> <h5><a href="recipe.html">レシピ紹介UP♪</a></h5> <!-- ↓↓Pick Up1の文章↓↓ --> みんな大好き!美味しいベリータルト♪ぜひ挑戦してみてね〜★ </figcaption> </figure> <!-- ↑Pick Up1ここまで↑ --> <!-- ↓Pick Up2ここから↓ --> <figure> <!-- ↓↓Pick Up2の画像↓↓ --> <img src="img/tips01.jpg" width="280" height="185" alt="写真:マカロンの秘密"> <figcaption> <!-- ↓↓Pick Up2の見出し↓↓ --> <h5><a href="tips.html">特別な日のお菓子</a></h5> <!-- ↓↓Pick Up2の文章↓↓ --> 女の子が大好きなマカロンの秘密を探ってみました♪ </figcaption> </figure> </div> </div> <script> var btn1=document.getElementById('btn'); var box1=document.getElementById('box'); function btn(){ if(btn1.value=="点击隐藏"){ box1.style.display='none'; btn1.value="点击展开"; }else{ box1.style.display=''; btn1.value="点击隐藏"; } } </script> <!-- ↑Pick Up2ここまで↑ --> </div> <!-- ↑Pick Upここまで↑ --> </section> </main> <footer> <!-- ↓リンクバナーここから↓ --> <aside> <!-- ↓↓リンクバナー1↓↓ --> <dl> <dt> <a href="#" target="_blank"> <img src="common/img/twitter.png" width="40" height="40" alt="Twitter"> </a> </dt> <dd>Twitterやってます。<br> ぜひフォローしてくださいね♪</dd> </dl> <!-- ↓↓リンクバナー2↓↓ --> <dl> <dt> <a href="#" target="_blank"> <img src="common/img/facebook.png" width="40" height="40" alt="Facebook"> </a> </dt> <dd>Facebookやってます。<br> ぜひフォローしてくださいね♪</dd> </dl> </aside> <!-- ↑リンクバナーここまで↑ --> <!-- ↓ナビゲーション(フッター)ここから↓ --> <ul> <li><a href="index.html">トップページ</a></li> <li><span>レシピ紹介</span> <!-- ↓↓サブメニューここから↓↓ --> <ul> <li><a href="recipe.html">ベリータルト</a></li> </ul> <!-- ↑↑サブメニューここまで↑↑ --> </li> <li><span>お菓子のミニ知識</span> <!-- ↓↓サブメニューここから↓↓ --> <ul> <li><a href="tips.html">マカロン</a></li> </ul> <!-- ↑↑サブメニューここまで↑↑ --> </li> <li><a href="profile.html">プロフィール</a></li> </ul> <!-- ↑ナビゲーション(フッター)ここまで↑ --> <!-- ↓コピーライト↓ --> <small>© Home Cooking</small> </footer> </div> <!-- ↑コンテンツカラムここまで↑ --> <!-- ↓ページの上に戻るボタン↓ --> <p id="goto-pagetop"><a href="#top">このページの上に戻る</a></p> </div> </body> </html>
GitHub Repo https://github.com/ManojKumarPatnaik/Major-project-list

ManojKumarPatnaik/Major-project-list

A list of practical projects that anyone can solve in any programming language (See solutions). These projects are divided into multiple categories, and each category has its own folder. To get started, simply fork this repo. CONTRIBUTING See ways of contributing to this repo. You can contribute solutions (will be published in this repo) to existing problems, add new projects, or remove existing ones. Make sure you follow all instructions properly. Solutions You can find implementations of these projects in many other languages by other users in this repo. Credits Problems are motivated by the ones shared at: Martyr2’s Mega Project List Rosetta Code Table of Contents Numbers Classic Algorithms Graph Data Structures Text Networking Classes Threading Web Files Databases Graphics and Multimedia Security Numbers Find PI to the Nth Digit - Enter a number and have the program generate PI up to that many decimal places. Keep a limit to how far the program will go. Find e to the Nth Digit - Just like the previous problem, but with e instead of PI. Enter a number and have the program generate e up to that many decimal places. Keep a limit to how far the program will go. Fibonacci Sequence - Enter a number and have the program generate the Fibonacci sequence to that number or to the Nth number. Prime Factorization - Have the user enter a number and find all Prime Factors (if there are any) and display them. Next Prime Number - Have the program find prime numbers until the user chooses to stop asking for the next one. Find Cost of Tile to Cover W x H Floor - Calculate the total cost of the tile it would take to cover a floor plan of width and height, using a cost entered by the user. Mortgage Calculator - Calculate the monthly payments of a fixed-term mortgage over given Nth terms at a given interest rate. Also, figure out how long it will take the user to pay back the loan. For added complexity, add an option for users to select the compounding interval (Monthly, Weekly, Daily, Continually). Change Return Program - The user enters a cost and then the amount of money given. The program will figure out the change and the number of quarters, dimes, nickels, pennies needed for the change. Binary to Decimal and Back Converter - Develop a converter to convert a decimal number to binary or a binary number to its decimal equivalent. Calculator - A simple calculator to do basic operators. Make it a scientific calculator for added complexity. Unit Converter (temp, currency, volume, mass, and more) - Converts various units between one another. The user enters the type of unit being entered, the type of unit they want to convert to, and then the value. The program will then make the conversion. Alarm Clock - A simple clock where it plays a sound after X number of minutes/seconds or at a particular time. Distance Between Two Cities - Calculates the distance between two cities and allows the user to specify a unit of distance. This program may require finding coordinates for the cities like latitude and longitude. Credit Card Validator - Takes in a credit card number from a common credit card vendor (Visa, MasterCard, American Express, Discoverer) and validates it to make sure that it is a valid number (look into how credit cards use a checksum). Tax Calculator - Asks the user to enter a cost and either a country or state tax. It then returns the tax plus the total cost with tax. Factorial Finder - The Factorial of a positive integer, n, is defined as the product of the sequence n, n-1, n-2, ...1, and the factorial of zero, 0, is defined as being 1. Solve this using both loops and recursion. Complex Number Algebra - Show addition, multiplication, negation, and inversion of complex numbers in separate functions. (Subtraction and division operations can be made with pairs of these operations.) Print the results for each operation tested. Happy Numbers - A happy number is defined by the following process. Starting with any positive integer, replace the number by the sum of the squares of its digits, and repeat the process until the number equals 1 (where it will stay), or it loops endlessly in a cycle which does not include 1. Those numbers for which this process ends in 1 are happy numbers, while those that do not end in 1 are unhappy numbers. Display an example of your output here. Find the first 8 happy numbers. Number Names - Show how to spell out a number in English. You can use a preexisting implementation or roll your own, but you should support inputs up to at least one million (or the maximum value of your language's default bounded integer type if that's less). Optional: Support for inputs other than positive integers (like zero, negative integers, and floating-point numbers). Coin Flip Simulation - Write some code that simulates flipping a single coin however many times the user decides. The code should record the outcomes and count the number of tails and heads. Limit Calculator - Ask the user to enter f(x) and the limit value, then return the value of the limit statement Optional: Make the calculator capable of supporting infinite limits. Fast Exponentiation - Ask the user to enter 2 integers a and b and output a^b (i.e. pow(a,b)) in O(LG n) time complexity. Classic Algorithms Collatz Conjecture - Start with a number n > 1. Find the number of steps it takes to reach one using the following process: If n is even, divide it by 2. If n is odd, multiply it by 3 and add 1. Sorting - Implement two types of sorting algorithms: Merge sort and bubble sort. Closest pair problem - The closest pair of points problem or closest pair problem is a problem of computational geometry: given n points in metric space, find a pair of points with the smallest distance between them. Sieve of Eratosthenes - The sieve of Eratosthenes is one of the most efficient ways to find all of the smaller primes (below 10 million or so). Graph Graph from links - Create a program that will create a graph or network from a series of links. Eulerian Path - Create a program that will take as an input a graph and output either an Eulerian path or an Eulerian cycle, or state that it is not possible. An Eulerian path starts at one node and traverses every edge of a graph through every node and finishes at another node. An Eulerian cycle is an eulerian Path that starts and finishes at the same node. Connected Graph - Create a program that takes a graph as an input and outputs whether every node is connected or not. Dijkstra’s Algorithm - Create a program that finds the shortest path through a graph using its edges. Minimum Spanning Tree - Create a program that takes a connected, undirected graph with weights and outputs the minimum spanning tree of the graph i.e., a subgraph that is a tree, contains all the vertices, and the sum of its weights is the least possible. Data Structures Inverted index - An Inverted Index is a data structure used to create full-text search. Given a set of text files, implement a program to create an inverted index. Also, create a user interface to do a search using that inverted index which returns a list of files that contain the query term/terms. The search index can be in memory. Text Fizz Buzz - Write a program that prints the numbers from 1 to 100. But for multiples of three print “Fizz” instead of the number and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”. Reverse a String - Enter a string and the program will reverse it and print it out. Pig Latin - Pig Latin is a game of alterations played in the English language game. To create the Pig Latin form of an English word the initial consonant sound is transposed to the end of the word and an ay is affixed (Ex.: "banana" would yield anana-bay). Read Wikipedia for more information on rules. Count Vowels - Enter a string and the program counts the number of vowels in the text. For added complexity have it report a sum of each vowel found. Check if Palindrome - Checks if the string entered by the user is a palindrome. That is that it reads the same forwards as backward like “racecar” Count Words in a String - Counts the number of individual words in a string. For added complexity read these strings in from a text file and generate a summary. Text Editor - Notepad-style application that can open, edit, and save text documents. Optional: Add syntax highlighting and other features. RSS Feed Creator - Given a link to RSS/Atom Feed, get all posts and display them. Quote Tracker (market symbols etc) - A program that can go out and check the current value of stocks for a list of symbols entered by the user. The user can set how often the stocks are checked. For CLI, show whether the stock has moved up or down. Optional: If GUI, the program can show green up and red down arrows to show which direction the stock value has moved. Guestbook / Journal - A simple application that allows people to add comments or write journal entries. It can allow comments or not and timestamps for all entries. Could also be made into a shoutbox. Optional: Deploy it on Google App Engine or Heroku or any other PaaS (if possible, of course). Vigenere / Vernam / Ceasar Ciphers - Functions for encrypting and decrypting data messages. Then send them to a friend. Regex Query Tool - A tool that allows the user to enter a text string and then in a separate control enter a regex pattern. It will run the regular expression against the source text and return any matches or flag errors in the regular expression. Networking FTP Program - A file transfer program that can transfer files back and forth from a remote web sever. Bandwidth Monitor - A small utility program that tracks how much data you have uploaded and downloaded from the net during the course of your current online session. See if you can find out what periods of the day you use more and less and generate a report or graph that shows it. Port Scanner - Enter an IP address and a port range where the program will then attempt to find open ports on the given computer by connecting to each of them. On any successful connections mark the port as open. Mail Checker (POP3 / IMAP) - The user enters various account information include web server and IP, protocol type (POP3 or IMAP), and the application will check for email at a given interval. Country from IP Lookup - Enter an IP address and find the country that IP is registered in. Optional: Find the Ip automatically. Whois Search Tool - Enter an IP or host address and have it look it up through whois and return the results to you. Site Checker with Time Scheduling - An application that attempts to connect to a website or server every so many minute or a given time and check if it is up. If it is down, it will notify you by email or by posting a notice on the screen. Classes Product Inventory Project - Create an application that manages an inventory of products. Create a product class that has a price, id, and quantity on hand. Then create an inventory class that keeps track of various products and can sum up the inventory value. Airline / Hotel Reservation System - Create a reservation system that books airline seats or hotel rooms. It charges various rates for particular sections of the plane or hotel. For example, first class is going to cost more than a coach. Hotel rooms have penthouse suites which cost more. Keep track of when rooms will be available and can be scheduled. Company Manager - Create a hierarchy of classes - abstract class Employee and subclasses HourlyEmployee, SalariedEmployee, Manager, and Executive. Everyone's pay is calculated differently, research a bit about it. After you've established an employee hierarchy, create a Company class that allows you to manage the employees. You should be able to hire, fire, and raise employees. Bank Account Manager - Create a class called Account which will be an abstract class for three other classes called CheckingAccount, SavingsAccount, and BusinessAccount. Manage credits and debits from these accounts through an ATM-style program. Patient / Doctor Scheduler - Create a patient class and a doctor class. Have a doctor that can handle multiple patients and set up a scheduling program where a doctor can only handle 16 patients during an 8 hr workday. Recipe Creator and Manager - Create a recipe class with ingredients and put them in a recipe manager program that organizes them into categories like desserts, main courses, or by ingredients like chicken, beef, soups, pies, etc. Image Gallery - Create an image abstract class and then a class that inherits from it for each image type. Put them in a program that displays them in a gallery-style format for viewing. Shape Area and Perimeter Classes - Create an abstract class called Shape and then inherit from it other shapes like diamond, rectangle, circle, triangle, etc. Then have each class override the area and perimeter functionality to handle each shape type. Flower Shop Ordering To Go - Create a flower shop application that deals in flower objects and use those flower objects in a bouquet object which can then be sold. Keep track of the number of objects and when you may need to order more. Family Tree Creator - Create a class called Person which will have a name, when they were born, and when (and if) they died. Allow the user to create these Person classes and put them into a family tree structure. Print out the tree to the screen. Threading Create A Progress Bar for Downloads - Create a progress bar for applications that can keep track of a download in progress. The progress bar will be on a separate thread and will communicate with the main thread using delegates. Bulk Thumbnail Creator - Picture processing can take a bit of time for some transformations. Especially if the image is large. Create an image program that can take hundreds of images and converts them to a specified size in the background thread while you do other things. For added complexity, have one thread handling re-sizing, have another bulk renaming of thumbnails, etc. Web Page Scraper - Create an application that connects to a site and pulls out all links, or images, and saves them to a list. Optional: Organize the indexed content and don’t allow duplicates. Have it put the results into an easily searchable index file. Online White Board - Create an application that allows you to draw pictures, write notes and use various colors to flesh out ideas for projects. Optional: Add a feature to invite friends to collaborate on a whiteboard online. Get Atomic Time from Internet Clock - This program will get the true atomic time from an atomic time clock on the Internet. Use any one of the atomic clocks returned by a simple Google search. Fetch Current Weather - Get the current weather for a given zip/postal code. Optional: Try locating the user automatically. Scheduled Auto Login and Action - Make an application that logs into a given site on a schedule and invokes a certain action and then logs out. This can be useful for checking webmail, posting regular content, or getting info for other applications and saving it to your computer. E-Card Generator - Make a site that allows people to generate their own little e-cards and send them to other people. Do not use Flash. Use a picture library and perhaps insightful mottos or quotes. Content Management System - Create a content management system (CMS) like Joomla, Drupal, PHP Nuke, etc. Start small. Optional: Allow for the addition of modules/addons. Web Board (Forum) - Create a forum for you and your buddies to post, administer and share thoughts and ideas. CAPTCHA Maker - Ever see those images with letters numbers when you signup for a service and then ask you to enter what you see? It keeps web bots from automatically signing up and spamming. Try creating one yourself for online forms. Files Quiz Maker - Make an application that takes various questions from a file, picked randomly, and puts together a quiz for students. Each quiz can be different and then reads a key to grade the quizzes. Sort Excel/CSV File Utility - Reads a file of records, sorts them, and then writes them back to the file. Allow the user to choose various sort style and sorting based on a particular field. Create Zip File Maker - The user enters various files from different directories and the program zips them up into a zip file. Optional: Apply actual compression to the files. Start with Huffman Algorithm. PDF Generator - An application that can read in a text file, HTML file, or some other file and generates a PDF file out of it. Great for a web-based service where the user uploads the file and the program returns a PDF of the file. Optional: Deploy on GAE or Heroku if possible. Mp3 Tagger - Modify and add ID3v1 tags to MP3 files. See if you can also add in the album art into the MP3 file’s header as well as other ID3v2 tags. Code Snippet Manager - Another utility program that allows coders to put in functions, classes, or other tidbits to save for use later. Organized by the type of snippet or language the coder can quickly lookup code. Optional: For extra practice try adding syntax highlighting based on the language. Databases SQL Query Analyzer - A utility application in which a user can enter a query and have it run against a local database and look for ways to make it more efficient. Remote SQL Tool - A utility that can execute queries on remote servers from your local computer across the Internet. It should take in a remote host, user name, and password, run the query and return the results. Report Generator - Create a utility that generates a report based on some tables in a database. Generates sales reports based on the order/order details tables or sums up the day's current database activity. Event Scheduler and Calendar - Make an application that allows the user to enter a date and time of an event, event notes, and then schedule those events on a calendar. The user can then browse the calendar or search the calendar for specific events. Optional: Allow the application to create re-occurrence events that reoccur every day, week, month, year, etc. Budget Tracker - Write an application that keeps track of a household’s budget. The user can add expenses, income, and recurring costs to find out how much they are saving or losing over a period of time. Optional: Allow the user to specify a date range and see the net flow of money in and out of the house budget for that time period. TV Show Tracker - Got a favorite show you don’t want to miss? Don’t have a PVR or want to be able to find the show to then PVR it later? Make an application that can search various online TV Guide sites, locate the shows/times/channels and add them to a database application. The database/website then can send you email reminders that a show is about to start and which channel it will be on. Travel Planner System - Make a system that allows users to put together their own little travel itinerary and keep track of the airline/hotel arrangements, points of interest, budget, and schedule. Graphics and Multimedia Slide Show - Make an application that shows various pictures in a slide show format. Optional: Try adding various effects like fade in/out, star wipe, and window blinds transitions. Stream Video from Online - Try to create your own online streaming video player. Mp3 Player - A simple program for playing your favorite music files. Add features you think are missing from your favorite music player. Watermarking Application - Have some pictures you want copyright protected? Add your own logo or text lightly across the background so that no one can simply steal your graphics off your site. Make a program that will add this watermark to the picture. Optional: Use threading to process multiple images simultaneously. Turtle Graphics - This is a common project where you create a floor of 20 x 20 squares. Using various commands you tell a turtle to draw a line on the floor. You have moved forward, left or right, lift or drop the pen, etc. Do a search online for "Turtle Graphics" for more information. Optional: Allow the program to read in the list of commands from a file. GIF Creator A program that puts together multiple images (PNGs, JPGs, TIFFs) to make a smooth GIF that can be exported. Optional: Make the program convert small video files to GIFs as well. Security Caesar cipher - Implement a Caesar cipher, both encoding, and decoding. The key is an integer from 1 to 25. This cipher rotates the letters of the alphabet (A to Z). The encoding replaces each letter with the 1st to 25th next letter in the alphabet (wrapping Z to A). So key 2 encrypts "HI" to "JK", but key 20 encrypts "HI" to "BC". This simple "monoalphabetic substitution cipher" provides almost no security, because an attacker who has the encoded message can either use frequency analysis to guess the key, or just try all 25 keys.
GitHub Repo https://github.com/KhiM26/latest

KhiM26/latest

[i]Default attack speed is lowered compared to Minecraft. You can land one blow in 1.3 seconds with 0 Agility.[/i] This mod should be single player and multiplayer compatible. [size=large][b]Support further development! [/b]:Diamond:[/size] [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HNL62YQZ57P7E"][img]https://www.paypalobjects.com/en_US/RU/i/btn/btn_donateCC_LG.gif[/img][/url] [size=large][b]How to Install[/b][/size] 1. If you haven't already, download and install Minecraft Forge: [url="http://www.minecraftforge.net/wiki/Installation/Universal"]http://www.minecraft...ation/Universal[/url] 2. Download the Dota 2 Items mod:[list] [*][b]v0.8.3.12 [/b]for Minecraft v1.6.x: [url="http://adf.ly/cemsY"]http://adf.ly/cemsY[/url] [*][i][b]older version v0.5.3[/b][/i] for Minecraft v1.5.2: [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/dota2items-v0.5.3.zip"]http://adf.ly/455455...-v053-for-mc152[/url] [/list] 3. Download the required LibSchematic mod:[list] [*]for Minecraft v1.6.x: [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/libschematic-v1.03.zip"]https://dl.dropboxus...matic-v1.03.zip[/url] [/list] 4. Copy both zip files into your .minecraft/mods folder [b][size=large]Items So Far[/size][/b] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/clarity.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/clarity.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/tango.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/tango.png[/img][/url] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/healingSalve.png[/img] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/ironBranch.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/ironBranch.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/gauntletsOfStrength.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/gauntletsOfStrength.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/slippersOfAgility.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/slippersOfAgility.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/mantleOfIntelligence.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/mantleOfIntelligence.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/circlet.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/circlet.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/beltOfStrength.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/beltOfStrength.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/bandOfElvenskin.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/bandOfElvenskin.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/robeOfTheMagi.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/robeOfTheMagi.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/ogreClub.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/ogreClub.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/bladeOfAlacrity.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/bladeOfAlacrity.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/staffOfWizardry.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/staffOfWizardry.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/ultimateOrb.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/ultimateOrb.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/ringOfProtection.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/ringOfProtection.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/quellingBlade.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/quellingBlade.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/stoutShield.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/stoutShield.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/bladesOfAttack.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/bladesOfAttack.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/chainmail.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/chainmail.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/helmOfIronWill.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/helmOfIronWill.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/broadsword.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/broadsword.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/quarterstaff.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/quarterstaff.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/claymore.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/claymore.png[/img][/url] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/javelin.png[/img] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/platemail.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/platemail.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/mithrilHammer.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/mithrilHammer.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/sagesMask.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/sagesMask.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/ringOfRegen.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/ringOfRegen.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/bootsOfSpeed.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/bootsOfSpeed.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/glovesOfHaste.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/glovesOfHaste.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/cloak.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/cloak.png[/img][/url] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/morbidMask.png[/img] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/talismanOfEvasion.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/talismanOfEvasion.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/blinkDagger.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/blinkDagger.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/wraithBand.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/wraithBand.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/nullTalisman.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/nullTalisman.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/bracer.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/bracer.png[/img][/url] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/poorMansShield.png[/img] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/phaseBoots.png[/img] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/oblivionStaff.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/oblivionStaff.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/perseverance.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/perseverance.png[/img][/url] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/handOfMidas.png[/img] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/arcaneBoots.png[/img] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/forceStaff.png[/img] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/eulsScepter.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/eulsScepter.png[/img][/url] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/dagon.png[/img] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/aghanimsScepter.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/aghanimsScepter.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/crystalys.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/crystalys.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/daedalus.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/daedalus.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/butterfly.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/butterfly.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/divineRapier.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/divineRapier.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/hoodOfDefiance.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/hoodOfDefiance.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/vanguard.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/vanguard.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/soulBooster.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/soulBooster.png[/img][/url] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/maskOfMadness.png[/img] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/yasha.png[/img] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/ringOfHealth.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/ringOfHealth.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/voidStone.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/voidStone.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/vitalityBooster.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/vitalityBooster.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/energyBooster.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/energyBooster.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/pointBooster.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/pointBooster.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/hyperstone.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/hyperstone.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/reaver.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/reaver.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/eaglesong.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/eaglesong.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/mysticStaff.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/mysticStaff.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/demonEdge.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/demonEdge.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/sacredRelic.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/sacredRelic.png[/img][/url] [url="https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/recipe.png"][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/16/recipe.png[/img][/url] [spoiler]I started with items with effects that would be both very useful in Minecraft while not too easy or too difficult to implement. For now they are only available in the creative inventory, in a special tab. Also in creative mode all items have zero cooldown. [hr] [img]https://dl.dropbox.com/u/6746449/Dota2Items/BlinkDaggerSmall.png[/img] [i]Possibly the most comfortable way to travel in creative mode.[/i] [b]Active: [/b]Blink - Teleport to a target point up to 30 meters away. If damage is taken from an enemy, Blink Dagger cannot be used for 3 seconds. In Minecraft, Blink negates all fall damage and lands you on a surface (land or water or also lava, so be careful). If you target 2 blocks below the top of a cliff or a wall, you will teleport on top of it. [b]Mana cost: [/b]75 [b]Cooldown: [/b]14 seconds [b]Gold cost: [/b]2150 [hr] [img]https://dl.dropbox.com/u/6746449/Dota2Items/TangoPosterSmall.png[/img] [i]Possibly the quickest way to cut down a whole jungle, lol.[/i] [b]Use:[/b] Eat Tree - Consume a tree to restore HP over time. Comes with 3 charges.[i]Consumes 1 Tango.[/i][i]The tree must have a trunk at least 3 blocks high.[/i] [b]Duration: [/b]16 seconds. [b]Gold cost: [/b]90 [hr] [img]https://dl.dropbox.com/u/6746449/Dota2Items/QuellingBladePosterSmall.png[/img] [b]Active:[/b] Destroy Tree - Destroy a target tree. [b]Cooldown:[/b] 5 seconds [b]Passive:[/b] Quell - Gives bonus attack damage (currently against all mobs), depending on the type of the attack. [b]Melee bonus:[/b] 32% [b]Ranged bonus:[/b] 12% [b]Gold cost: [/b]225 [hr] [img]https://dl.dropbox.com/u/6746449/Dota2Items/EulPosterSmall.png[/img] [b]Active:[/b] Cyclone - Target unit is swept up in a cyclone for 2.5 seconds, and is invulnerable. Target also cannot move, attack or use items. [i]Use right click to activate Cyclone on an a mob; also you can right-click the block on which the mob is standing. You can target yourself that way.[/i] [b]Mana cost:[/b] 75 [b]Cooldown:[/b] 30 seconds [b]Passive: [/b]+30 Movement Speed, +10 Intelligence (every point of Intelligence in turn gives you 13 mana and 0.04 mana regeneration) [b]Total gold cost:[/b] 2800 [hr] There are too many items already to list them all here, just read their description in the mod at the Dota 2 Shop.[/spoiler] [size=large][b]Screenshots[/b][/size] [spoiler][img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/screenshots/2013-09-01_02.41.00.png[/img] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/screenshots/2013-07-01_02.13.26.png[/img] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/screenshots/2013-09-01_02.42.49.png[/img] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/screenshots/2013-09-25_06.39.51.png[/img] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/screenshots/arcane_boots_and_tango.png[/img] [img]https://dl.dropboxusercontent.com/u/6746449/Dota2Items/screenshots/clarity_midas_phase_effect.png[/img] [size=medium][/spoiler][/size] [b][size=large]Quick Video Preview[/size][/b] [spoiler][media]http://www.youtube.com/embed/o54BAiOMa-8[/media][/spoiler] [size=large][b]Longer Video[/b][/size] [spoiler][media]http://www.youtube.com/embed/ecIs5C0hlqU[/media][/spoiler] [b][size=large]Change Log[/size][/b] [spoiler][b]v0.8.12][/b][list] [*]Fixed Hand of Midas crashing in SMP, Force Staff not working, gold not awarded for killing mobs. [/list] [b]v0.8.3[/b][list] [*]Added particle effects to Clarity, Hand of Midas, Phase Boots [/list] [b]v0.8.2[/b][list] [*]Bug fixes. [*]Added particle effects to Arcane Boots and Tango. [/list] [b]v0.8.1[/b][list] [*]Bug fixes. [*]Debug logging is now toggled in config. [/list] [b]v0.8[/b][list] [*]Bug fixes. [*]Added Force Staff and Dagon. [*]All active items have longer range and work on right click. Right-click on block below yourself to self-cast. [*]Improved Blink Dagger mechanics. [*]Improved shop GUI to allow traversal of recipe hierarchy. [/list] [b]v0.7[/b][list] [*]Bug fixes for mob movement speed and cancelled attacks. [*]Added active buffs and debuffs icons. [*]Added crit sounds. [*]Added particle effect for lifesteal and evasion. [*]Added Morbid Mask, Mask of Madness, Javelin, Arcane Boots, Phase Boots, Healing Salve, Poor Man's Shield. [*]Made attack animation look swifter, sharper. [*]Active items are tinted blue when you don't have enough mana. [/list] [b]v 0.6.4[/b][list] [*]Improved Shop positioning: ground is elevated. [/list] [b]v 0.6.3[/b][list] [*]Gold is added directly to the player. Kill assists should work. Gold is internally separated into reliable and unreliable pile. [*]Attributes are increased when leveling up. [*]Shopkeeper spawns in a shop tent outside the village. Added a spawner egg for him. [*]Added Hand of Midas and Yasha. [*]Lowered base attack time to 1.3 seconds. [*]Golems and bosses are immune to magic. [*]Bug fixes. [/list] [b]v 0.6.2[/b][list] [*]Fixed bug with Daedalus attacks being cancelled. [/list] [b]v 0.6.1[/b][list] [*]Added Clarity, Aghanim's Scepter, Hood of Defiance, Crystalys, Daedalus (works as a crossbow) [*]Swing animation now corresponds to Dota attack time. Bow charge rate is also affected by it. [*]Hopefully fixed crash in Shopkeeper gui (method drawHoveringText not found) [/list] [b]v 0.6[/b][list] [*]Updated to Minecraft v1.6.2 [/list] [b]v 0.5.3[/b][list] [*]Added 16 more passive items. [/list] [b]v 0.5.2[/b][list] [*]Implemented Evasion, Critical Strike, Spell Resistance, Magic Amplification, Damage Block [*]Added a bunch more simple items. [/list] [b]v 0.5.1[/b][list] [*]Added scrolling to shop [*]Added all items from the Attributes column [/list] [b]v 0.5[/b][list] [*]Added the Shopkeeper. [*]Added gold. [*]Added item crafting. [*]Added functioning attributes (HP, Mana, Stength, Intelligence, Agility etc). [*]Added Boots of Speed, Ring of Protection, Sage's Mask, Staff of Wizardry, Void Stone. [*]Fixed lots of issues. [/list] [b]v 0.4.1[/b][list] [*]Fixed an issue with particle textures. [*]Tested multiplayer. [/list] [b]v 0.4.0[/b][list] [*]Updated to Minecraft version 1.5.2. Multiplayer not tested yet, but it should work. [/list] [b]v 0.3.0[/b][list] [*]added Eul's Scepter of Divinity. Pretty buggy and incomplete though. [*]added mcmod.info [/list] [b]v 0.2.3[/b][list] [*]probably fixed the Blink cooldown issue (when you click a moment before the end of the cooldown, you get cooldown but no Blink) [/list] [b]v 0.2.2[/b][list] [*]minor improvements, bug fixes (fixed Blink on double slabs) [/list] [b]v 0.2.1[/b][list] [*]bug fixes [/list] [b]v 0.2.0[/b][list] [*]added Quelling Blade [*]from now on Dota 2 items do not drop on death and are retained on respawn [*]adjusted tree removal algorithm (still far from perfect) [*]fixed Blink on fences and slabs [/list] [b]v 0.1.2[/b][list] [*]added Blink Dagger [*]added Tango [/list] [/spoiler] [b][size=large]Known Bugs[/size][/b][spoiler][list] [*]Tango and Quelling Blade sometimes leave blocks of leaves in the air, or remove other trees' branches, or cleave nearby bushes. [/list] [/spoiler] [b]Additional credit: [/b]Shop tent by Aelous, LibSchematic by tehbeard ([url="https://github.com/tehbeard/LibSchematic"]https://github.com/t...rd/LibSchematic[/url]) Planet Minecraft link: [url="http://www.planetminecraft.com/mod/147forgedota-2-items-modwip/"]http://www.planetmin...2-items-modwip/[/url] This mod is on GitHub: [url="https://github.com/Hunternif/Dota2Items"]https://github.com/H...rnif/Dota2Items[/url] [i]If you encounter a bug that is not known yet, please do post it here and surround the crash report with [spoiler] and [code] tags.[/i] Must not have more than 10000 characters on a single line.