Search Definition and 351 Threads

  1. S

    Why is My Newly Created Forum Not Showing Up in Google Search Results?

    I created a forum recently and I found that it does not come as a search result when I search for it in Google. What do I do? Sriram
  2. S

    Best ways/sites to search for teaching job

    What are the best ways or internet sites to search the local colleges for job as an instructor, not necessarily tenure track? I am in Chicago, IL.
  3. R

    Programs Search for an Undergraduate Major

    First and foremost, I'm going into the U.S. Navy through ROTC or the United States Naval Academy, so unless I become a Scholar of somesort, I will not be pursuing a graduate degree right off the bat. It would be a couple years before that becomes available. (Just felt that it should be known...
  4. C

    Nick's Search for Streaming Time in Hobby Rocket Engines

    Hello, I am building a device that tests the maximum thrust of hobby rocket engines, and I need to know if there is any way to get "streaming time." Time that is recorded at certain intervals. Can someone give me a link? Thanks! ~Nick
  5. DaTario

    Search for a correct explanation

    Hi All, Consider please the situation where an electron is moving to the right with velocity Ve parallel to a horixontal wire in which is found electric current I. For the sake of definitness, let positive charges inside the wire go to right and negative go to left, with velocities of equal...
  6. A

    Search engine INSPEC to find some physics papers

    I'm using the search engine INSPEC to find some physics papers that I need. The problem is that I need to know the number of citations but can't find this anywhere. I know there is a way of finding them, but I just can't work out how. If anyone knows, I'd be very grateful :D
  7. T

    How can I efficiently search a sorted linked list using steps of 1, 10, and 100?

    i got a sorted linked list from the smallest to the biggest in each node i can go 1 , 10 ,100 steps forward i need to find an object in this linked list if the object is found i need to return it if not then null what is the most affective way to do that i can do a simple loop each time it...
  8. S

    Search in gmail can't search partial words ?

    search in gmail can't search partial words ? I notice that my gmail can't find emails by searching with parts of words (like search for 'stup' instead of 'stupid') while yahoo mail can. As a result, I am simply unable to find my emails in gmail despite it's alleged 'superb search capabilities'...
  9. R

    Google's search engine from 2001 - Look at what I found

    Google's search engine from 2001 -- Look at what I found! In celebration of their 10th anniversary, Google has posted it's search engine results and data going all the way back to January 2001: http://www.google.com/search2001.html Sounds interesting... so I decided to compare search...
  10. Ivan Seeking

    Is the Mongolian Death-Worm a real creature or just a myth?

    http://www.mania.com/lair-beasts-search-deathworm_article_87259.html
  11. humanino

    Cuil: The Next Generation Search Engine

    It has semantic capabilities. http://www.cuil.com/ . From http://www.cuil.com/info/management/
  12. jal

    Page on google search get it deleted?

    page on "google search" get it deleted? Can someone who does not want your page on "google search" get it deleted?
  13. L

    NASA A search for blackswift at NASA.gov turns up no results.

    A search for "blackswift" at NASA.gov turns up no results. So, here is some truly putrid reporting about a truly wonderfull story...
  14. P

    How to search for duplicate values in an array of integers?

    I'm trying to search for duplicate values in a array of integers in Java. The array of intergers is sorted. Could anyone give me an idea on how to get started. :confused:
  15. Z

    Could Cache Optimization Boost Search Engine Speed by 25%?

    Might a road to significantly faster search engines (25% faster) be via use of a cache of say the 100,000 most frequent search words and phrases utilized, typical for over a year? Might one have perhaps a number of distributive caches for a multitude of different processors and associated memories?
  16. A

    Why Does the Top Quark Move More Sluggishly Than the Bottom Quark?

    The Question: In their search for the top quark, physicists thought that another particle called the W might decay while stationary into one top and one bottom quark. They predicted “The resulting top quark moves off relatively sluggishly on one side while the lighter bottom quark travels more...
  17. D

    Delete operation on binary search tree

    The following diagram is from the section in my notes titled "Operations on Binary Search Trees". Specifically it explains via pseudocode how to implement a delete function for a BST: http://img410.imageshack.us/img410/4225/deletetreexz0.jpg What I don't understand in the 2nd box is why...
  18. M

    Publish website for search engine

    Hi, I want to publish my webpage online so that people can search for my page from Yahoo, Google...What should I consider of, and do I need to edit my page's meta tags for example? I am an EE and don't know much about webpage design. Appreciate for any of your help. Mike
  19. marcus

    New search tool combines CERN and SLAC-Stanford Spires

    It is called "INSPIRE" and here is a sample search http://hep-inspire.net/search?as=1&m1=a&p1=quantum+cosmology&f1=keyword&op1=a&m2=a&p2=2006-%3E2007&f2=year&op2=a&m3=a&p3=&f3=&action_search=Search&sf=&so=d&rm=citation&rg=25&sc=0&of=hb what this does is look for papers with the keyword...
  20. wolram

    Good Horror Films: A Search for Scares

    Has anyone seen a GOOD horror film, one that is very scary?
  21. wolram

    Einstein@Home search for periodic gravitational waves in LIGO S4 data

    arXiv:0804.1747 [pdf, other] Title: The Einstein@Home search for periodic gravitational waves in LIGO S4 data Authors: LIGO Scientific Collaboration: B. Abbott, et al Comments: 29 pages, 19 figures Subjects: General Relativity and Quantum Cosmology (gr-qc) A search for periodic...
  22. P

    Fast way to search the table for two columns closest values

    Hi, I got one table of four columns. e.g. Temperature, Field, Vhall and Vdrive. Table contains the 1000 rows. I am given the Vhall_maesured and Vdrive_measured values. I want to find out, which row in the table has the closest values for Vhall and Vdrive to corresponding...
  23. S

    Improving a Search Heuristic for symmetric number-board game

    Board (4x3) A B C D E F G H I J K L You have 11 chips [1,1,1,1], [2,2,2,2], [3,3], [4] (for example) placed randomly on the 4x3 board in slots A,...,L and one empty slot (that moves) that we'll call X, the movements are done similarly to the 8-puzzle game where X (empty) can move either...
  24. S

    Improving a Search Heuristic for symmetric number-board game

    Board (4x3) A B C D E F G H I J K L You have 11 chips [1,1,1,1], [2,2,2,2], [3,3], [4] (for example) placed randomly on the 4x3 board in slots A,...,L and one empty slot (that moves) that we'll call X, the movements are done similarly to the 8-puzzle game where X (empty) can move either...
  25. H

    C/C++ Code : Binary Search Tree C++

    #include <iostream.h> #include <conio.h> #include <stdio.h> void main() { struct znode // binary search tree node { int data; // data type is integer struct znode * left; // left subtree struct...
  26. P

    Need help with some keywords to search with

    I am doing a research project on "How does the shape of a beam effect how much stress it can take?" Right now I have to search through a database and find some abstracts related to my topic. The problem is, I don't know what keywords I should be searching to find some good information on beams...
  27. P

    Can I Design a User-Friendly Catalogue with Live Search Using AJAX and PHP?

    Hi everybody, I want to design a catalogue with search facilities so that it can keep track of details of all the things in my shop.Also if it has live search type facilties than it would be preferred. It be user friendly so that even those even those who do not have any idea can use it. I...
  28. S

    News from P.I. workshop on experimental search for QG

    News from Claus Lammerzahl, from Bremen, on success yesterday 6 Nov. 07 of production of BEC in microgravity in a drop tower experiment: Yesterday the first BEC in free fall was produced by a team at Bremen University. A condensate of 10^4 to 10^5 atoms was created in a few milleseconds in a...
  29. marcus

    Experimental Search for Quantum Gravity (schedule of talks)

    Bee Hossenfelder (who used to post here as "Hossi") has organized a 5-day workshop on XQG. A brief summary with links: http://www.perimeterinstitute.ca/esqg07/ The schedule of talks (5 Nov - 9 Nov) is here...
  30. R

    Search for Astrophysics Objects in Comprehensive Database

    Hi, i'm searching for a big database where i can find informations about astrophysics objects (stars, galaxies, etc.); the informations i need are mass, position, etc. (and if i can, references to the papers on that object). Does a so big database exist? Thanks
  31. E

    How to get the toppest place in search engines?

    i see that pf is the very first results while searching for a physics forum. why?? is it because it has more vistors than other sites? what's google ranking or other search engines base on?
  32. S

    Where Can I Find the Penrose Lecture Link Mentioned in the Forum?

    Greetings, In one of these threads, somebody commenting on the original thread provided a link to a Penrose lecture. I now cannot find which thread it was in. I'm also not sure - it was either in Genral Relativity or Cosmology threads. Does this ring a bell with anybody. What I'm...
  33. T

    Fermilab's Search for SUSY Particles

    This is page 4 of the whole article: http://www.nytimes.com/2007/07/24/science/24ferm.html?pagewanted=4&8dpc&_r=1 On this page, it says that D0 is able to find SUSY particle, but till now, to no avail. Is it true that Fermilab is capable of finding some SUSY? I thought we have to wait for...
  34. L

    Which type of image does a solar oven and search light produce?

    Both use concave mirrors... however; I'm not sure which one produces a virtual image and which one produces a real image??
  35. B

    Is the arxiv search engine user-friendly?

    In a completely different thread: Incidently my current job involves customizing and deploying search engines in large companies. Funny you mention the search facility of arxiv which is probably one of the worst I can think of. Pasting the article title into the title search field and...
  36. C

    Is the quest for balance and perfection a noble pursuit in today's society?

    The Buddha's quest was To find a way to end all suffering. and his genius allowed him to find a solution. What would be a noble quest to embark upon in today's day and age? I can think of dealing with complexity and finding a way to be balanced despite imperfections and...
  37. siddharth

    What are the top inventions of the winners of the Intel Science Talent Search?

    http://www.sciserv.org/Sts/press/20070313.asp http://www.sciserv.org/Sts/66sts/winners.asp The work that the high school students have done looks phenomenally impressive. I'm quite amazed at the quality of the work of the students each year in this competetion. Does anyone know if I can details...
  38. A

    HTML/CSS How Can I Search for Specific Characters in .html and .txt Files Offline?

    So I want to look for specific characters within my .html and .txt files offline. But even when I google offline search engine, I can't find a suitable search engine. Windows Vista Search doesn't seem to have a search engine that works for strings within particular files (it just seems to work...
  39. J

    Multiple Search Options - Radio Buttons Instead Of Drop Down List

    The tutorial on how to make a search form with multiple search options was excellent! http://www.mediacollege.com/internet/javascript/form/multi-search.html However, is it possible to use radio buttons instead of a drop-down list?Can someone be kind enough to show me the code for it...
  40. L

    Definition Search Tool - Get Mechanics, Quantum Physics Definition Instantly

    Here is a great definition search tool design using AJAX. Search for definition for Mechanics, Quantum physics .etc. You can use this simple tool search and collect all the definition you want without leaving the page. http://www.livephysics.com/ptools/physics-definitions.php
  41. R

    Schools Senior College Search - High School Senior in Math/Physics Dilemma

    high school senior here looking to major in mathematics/physics; in a dilemma and looking for assistance (I have a few questions). I haven't taken my SAT yet. Would it be benificial for me to take it now in my senior year in hopes of being able to attend a different school - even...
  42. R

    State of the Union: What Will Be Addressed in 2007?

    Awesome tool! My favorite: "marriage" 2001: 2 2002: 0 2003: 1 2004: 9 (election year) 2005: 2 2006: 1 2007: 0edit: stupid! I forgot to post the link: http://www.nytimes.com/ref/washington/20070123_STATEOFUNION.html
  43. turbo

    Explore Google's Book Search Feature for Free!

    I was not sure to put this post, since it could be of possible benefit to everyone here, but if the mods think it's advisable, I'm sure they'll put it someplace appropriate. Google has a new feature that let's you search the content of books. Sometimes it's only relevant excerpts and tables of...
  44. Cyrus

    Bird Brain's Saturday Search: A Forum Expedition

    Every once in a while I see the bird brain searching the forums. This is going to be a log: Saturday, November 25: 2:44 P.M. http://img157.imageshack.us/img157/8903/evil20eyenm2.jpg ...I see you.
  45. Cyrus

    Search Engine Quality Decreasing - Is Anyone Else Seeing It?

    Is it just me, or is it really hard to get good results when you google something lately? It used to be that I would find what I wanted fast, now I search something and I get nothing but garbage. Anyone else notice this change lately?
  46. P

    Fast ODE Solver in Pure C: A Google Search

    does anyone know of a fast ode solver in pure C? a google search yields many solvers, but mostly in fortran...
  47. Chi Meson

    Finding Irn Bru: Relief After a Long Search

    I was pining for some Irn Bru (which is not easily available here due to the fact that the orange coloring is not approved by the FDA, what's their problem). I googled around trying to find out how to get some because the last bottle I had was over a year ago, and the one prior to that was...
  48. K

    PHP Searching PHP & MySQL: Roots, Prefixes, & Suffixes

    Hi everyone, I'm just beginning to learn php, but I'm working on a small script where I'm trying to search a few fields in a table and if the values match, other fields in the same row are displayed. The db has just one table with 6 fields: ID (primary key), words, definitions, roots...
  49. L

    Exploring Plastics and Acids: A Desperate Search

    Hi, I am starting to get desperate with my search to find information about the reaction of plastics with acids. I have searched all over the internet for a while now and I have found very little. If anyone knows anything about the form of any reactions that take place with plastics and acids...
  50. P

    Solve Lowest Cost Cuboid Volume Problem - Philipp

    hi today i have another problem where i am not sure Here is the question: A cuboid, made of an square ground and which is open on the top should have the volume of 2 squaremeters. The costs for the material of the 4 sides have the double price as for the material of the square ground...
Back
Top