This is the site for the articles, can be shown as a reference. You can also send the articles to dudukadinshoppingdistrict@gmail.com that you deem important.
18 Ekim 2023 Çarşamba
In Service Bitcoin
13 Ağustos 2023 Pazar
Dudu Kadın
Who can read the heroic deeds of brave men without a feeling of respect and admiration?
Today, there are many places called Dudu Kadın's Street, Dudu Kadın's Bazaar, Dudu Kadın's Farm in Akşehir. So, who is this Dudu Kadın?
Dudu Kadın, real name Tuti Kadın, was born as the daughter of Alaeddin Ağazade Mehmet Ağa from Akşehir. Again, She married Mustafa Bey from Akşehir. At that time, a beautiful sarcophagus was built on his grave.
Dudu Kadın or Tuti; She was a great Turkish woman who had her name engraved on Akşehir's undead sign. She was Turkish folk heroine, who became known for fighting against Entente States forces. She never be recapture at the during of the World War of 1914–1918.She was known as a benevolent and charitable person. She made large donations to the building on the site of today's Akşehir Tuberculosis Dispensary, which was started to be used during the difficult times of the War of Independence and later served as Akşehir Municipal Hospital.According to Turkish folklore, she had been living in a neighborhood of Akşehir called Akşehir Tuberculosis Dispensary that was close to an important fortification defending the city. Akşehir Tuberculosis Dispensary wasn't captured by the Entente States army for this reason building was dressing station.
In World War I and in War Independence, carried the injured to the here. Even one slaved injured soldier that was Franceman. Tuti was uttared, She wasn't like this stuation. Different a immigrants doctor was looked to slaved injured Franceman. When a hand-to-hand fight ended She was singled out for her heroism and would become a symbol of bravery.
-to mortal:"my pray,you are merit and great blessing god by God,I was falleble and fault!Otherword that invited your generousness".You don't lose out merit of supposition.Mortal too.Alaettin Ağa's son Mehmet Ağa's doughter Tuti Kadin-
She died in 1928 and was buried in the Nasreddin Hodja Cemetery.So today The tomb of the Tuti Woman is in the Nasreddin Hodja Cemetery. (Progetory of Tuti Woman in Akşehir Library).
Edit by: dudukadinshoppingdistrict@gmail.com
You can olso send article dudukadinshoppingdistrict@gmail.com that you deem important.
2 Mayıs 2023 Salı
Simple Html Calculator
<html><head>
<script language="javascript">
<!-- START OF SCRIPT -->
<!-- HOW TO INSTALL 7 FUNCTION CALCULATOR: FOR S.D.B. -->
<!-- 1. Paste the coding into the HEAD of your HTML document -->
<!-- 2. Put last coding into the BODY section of document -->
<!-- newEdit:dudukadinshoppingdistrict@gmail.com -->
<!-- Newedit Explanation:There tree function have been added this script -->
<!-- Newedit Explanation: functions have been added and rebuilt this script -->
<!-- Newedit Explanation:There is no D.B's System functions -->
<!-- Newedit Explanation:Original script can be change and rebuilt -->
<!-- Newedit Explanation: added this script -->
<!-- Begin the script and adding values -->
function ftoplam()
{
a=eval(form.a.value);
b=eval(form.b.value);
anstoplam=a+b;
form.toplam.value = anstoplam;
}
<!-- second function -->
function ffark()
{
a=eval(form.a.value);
b=eval(form.b.value);
ansfark=a-b;
form.fark.value = ansfark;
}
<!-- function -->
function fcarpim()
{
a=eval(form.a.value);
b=eval(form.b.value);
anscarpim=(a*b);
form.carpim.value = anscarpim;
}
<!-- function -->
function fbolum()
{
a=eval(form.a.value);
b=eval(form.b.value);
ansbolum=(a/b);
form.bolum.value = ansbolum;
}
<!-- function add one number and plus -->
function fayuzde()
{
a=eval(form.a.value);
b=eval(form.b.value);
ansayuzde=a+((b/100)*a);
form.ayuzde.value = ansayuzde;
}
<!-- function -->
function fyuzde()
{
a=eval(form.a.value);
b=eval(form.b.value);
ansyuzde=((b/100)*a);
form.yuzde.value = ansyuzde;
}
<!-- must be more than two yuzde function-->
function feyuzde()
{
a=eval(form.a.value);
b=eval(form.b.value);
anseyuzde=(a*100)/(100+b);
form.eyuzde.value = anseyuzde;
kaydireyuzde();
}
<!-- second form for shift memory -->
function kaydireyuzde()
{
formum.kaydireyuzde6.value=formum.kaydireyuzde5.value;
formum.kaydireyuzde5.value=formum.kaydireyuzde4.value;
formum.kaydireyuzde4.value=formum.kaydireyuzde3.value;
formum.kaydireyuzde3.value=formum.kaydireyuzde2.value;
formum.kaydireyuzde2.value=formum.kaydireyuzde1.value;
formum.kaydireyuzde1.value=formum.kaydireyuzde0.value;
formum.kaydireyuzde0.value=formum.kaydireyuzde.value;
formum.kaydireyuzde.value=form.eyuzde.value;
}
<!-- together function -->
function fhesapla()
{
a=eval(form.a.value);
b=eval(form.b.value);
var pvalue=document.getElementById("pvalue").value;
var pvalue0=document.getElementById("pvalue0").value;
var presult= "";
if (pvalue >1 && pvalue < 40)
{
for (i=1;i < pvalue; i++)
{
k=i*(0.1);
presult += k+"<br\>";
}
}
else
{
presult = "<br\>Lütfen 1-40 arasında bir sayı giriniz";
}
document.getElementById("pt_result").innerHTML=presult;
anstoplam=a+b;
ansfark=a-b;
anscarpim=(a*b);
ansbolum=(a/b);
ansayuzde=a+((b/100)*a);
ansyuzde=((b/100)*a);
anseyuzde=(a*100)/(100+b);
form.eyuzde.value = anseyuzde;
form.yuzde.value = ansyuzde;
form.ayuzde.value = ansayuzde;
form.bolum.value = ansbolum;
form.carpim.value = anscarpim;
form.fark.value = ansfark;
form.toplam.value = anstoplam;
kaydireyuzde();
}
</SCRIPT>
</HEAD>
<BODY bgcolor="grey">
<!-- shift speed -->
<hr>
<marquee behavior="scroll" direction="left" scrollamount="3" Onmouseover="this.stop()" onmouseout="this.start()"> H D Y </marquee>
</hr>
<!-- yellow must be -->
<marquee direction="left" width="" height="10" bgcolor="yellow" Onmouseover="this.stop()" onmouseout="this.start()">
</marquee>
<!-- first form -->
<FORM name="form">
<input type="number" size=5 value=100 name="a" id="pvalue">ISLEM
<input type="number" size=10 value=18 name="b" id="pvalue0">
<input type="button" value=" Hesapla " onClick="fhesapla(this.form)">
<table><tbody>
<tr><td><h5> ISLEM + =></h5><input type="button" value= " ... TOPLAM ... " onClick="ftoplam(this.form)">
<input type="number" value=0 name="toplam" size=5></td><td></td><td></td><td>
</td></tr>
<tr><td><h5> ISLEM - =></h5> <input type="button" value=" ..... FARK ..... " onClick="ffark(this.form)" >
<input type="number" value=0 name="fark" size=5></td><td></td><td></td><td>
</td></tr>
<tr><td><h5> ISLEM * =></h5> <input type="button" value=" ... CARPIM ... " onClick="fcarpim(this.form)" >
<input type="number" value=0 name="carpim" size=5></td><td></td><td></td><td>
</td></tr>
<tr><td><h5> ISLEM / =></h5> <input type="button" value=" ..... BOLUM ..... " onClick="fbolum(this.form)" >
<input type="number" value=0 name="bolum" size=5></td><td></td><td></td><td>
</td></tr>
<tr><td><h5> ISLEM ++% =></h5> <input type="button" value=" . EKLEYUZDE . " onClick="fayuzde(this.form)">
<input type="number" value=0 name="ayuzde" size=5></td><td></td><td></td><td></td></tr>
<tr><td><h5> ISLEM % =></h5> <input type="button" value=" .... YUZDESI .... " onClick="fyuzde(this.form)" >
<input type="number" value=0 name="yuzde" size=5></td><td></td><td></td><td>
</td></tr>
<tr><td><h5> ISLEM % - - =></h5> <input type="button" value=" YUZDELICIKAR " onClick="feyuzde(this.form)" >
<input type="number" value=0 name="eyuzde" size=5></td><td></td><td></td><td>
</td></tr>
</FORM >
<!-- second form -->
<FORM name="formum">
<tr><td>shift0=
<input type="number" value=0 name="kaydireyuzde" size=5></td><td></td><td>
</td></tr>
<tr><td>shift1=
<input type="number" value=0 name="kaydireyuzde0" size=5></td><td></td><td>
</td></tr>
<tr><td>shift2=
<input type="number" value=0 name="kaydireyuzde1" size=5></td><td></td><td>
</td></tr>
<tr><td>shift3=
<input type="number" value=0 name="kaydireyuzde2" size=5></td><td></td><td>
</td></tr>
<tr><td>shift4=
<input type="number" value=0 name="kaydireyuzde3" size=5></td><td></td><td>
</td></tr>
<tr><td>shift5=
<input type="number" value=0 name="kaydireyuzde4" size=5></td><td></td><td>
</td></tr>
<tr><td>shift6=
<input type="number" value=0 name="kaydireyuzde5" size=5></td><td></td><td>
</td></tr>
<tr><td>shift7=
<input type="number" value=0 name="kaydireyuzde6" size=5></td><td></td><td>
</td></tr>
</form>
</tbody></table>
<!-- END OF SCRIPT -->
<div class="pt_code">
<div id="pt_result">Sonuç buraya gelecek.</div>
</body>
</html>
head>
13 Mart 2023 Pazartesi
All About the Matlab
\n Programming language the Matlab is language. Image processing, control, statistics, optimization, fuzzy logic, neural networks, numerical genetic algorithms. You can create large projects very quickly with sub-programs that you can create yourself. Not to mention its subroutines with its own functions, formulas, ready-made data structures...so you can create structures that make decisions.
\n Matlab has started to be used mostly in the field of artificial intelligence. What I want to talk about is more about fuzzy logic... although there is not much difference between the two. Combined control structures work very fast, the results of finite operations with structures that can run each other are quickly found (a technology company is one of the first to notice this speed) that we count as errors or -it can be react- two Notes can produce positive results, I can finally mention that my first attempt to open msn mail (Hotmail) the first address of my attempt, machine opened my mail adress (logarithm table was memorized in primary school and I had to use this address for a long time because I did not have time when opened it and I had to use it for a long time because I gave it to the a office) in another country is a result of the control structures that can be developed.
\n Do not try to find application area of Matlab program. When you want to start, remember the phrase in Star Wars "a long, long time ago" , follow the traffic rules when crossing the street ... do not put pets in your mouth ...What will happen after you start matlab: you will start creating matrices for yourself out of nowhere.You will begin to be able to replace sentences, not phrases. You will have a different perspective from those who turn to other programming languages. What else do I see... in three times ... I see three paths ... and three different... Anyway, back to our topic.
\n Beware, don't talk about matlab, especially to mathematicians. Have someone with you - whatever that means - as you begin your programming or training
Source: Matlab Yapay Zeka ve Mühendislik Uygulamaları 5. Baskı Prof Dr. Cemalettin KUBAT
Edit by: dudukadinshoppingdistrict@gmail.com
You can also send the articles to dudukadinshoppingdistrict@gmail.com that you deem important
Restless A Mole Game
Can you really find true strict? Emty spaces are building's area, whackies are in emty spaces. And this probably last JavaScript game. B...